We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

What should I pay attention to when using nuxt? I failed to quote.

What should I pay attention to when using nuxt? I failed to quote.


```

<template>
<ejs-button ></ejs-button>
</template>

<script>
import Vue from 'vue';
import { ButtonPlugin } from '@syncfusion/ej2-vue-buttons';
Vue.use(ButtonPlugin);
export default {
name: "test",

}
</script>

<style scoped>

</style>

```



7 Replies

YA YuvanShankar Arunagiri Syncfusion Team October 14, 2022 08:34 AM UTC

Hi Xu zhi,


We are unable to replicate the issue in our end. For your reference, we prepared the sample, please refer the below attached sample.


If you are still facing issue, please share the below details.


  • Share the issue reproducible sample or replicate the issue in our sample.

  • Share the video demonstration of issue replicable.


Please provide the above requested information, based on that we will check and provide you a better solution quickly.


Regards,

YuvanShankar A


Attachment: buttonnuxt_6ccd1461.zip


XZ xu zhi bin replied to YuvanShankar Arunagiri October 16, 2022 04:10 PM UTC

Cannot find module 'vue-class-component' Require stack: - /Users/xuzhibin/Project/Vue/untitled2/node_modules/@syncfusion/ej2-vue-base/dist/ej2-vue-base.umd.min.js - /Users/xuzhibin/Project/Vue/untitled2/node_modules/@syncfusion/ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js - /Users/xuzhibin/Project/Vue/untitled2/node_modules/vue-server-renderer/build.dev.js - /Users/xuzhibin/Project/Vue/untitled2/node_modules/vue-server-renderer/index.js - /Users/xuzhibin/Project/Vue/untitled2/node_modules/@nuxt/vue-renderer/dist/vue-renderer.js - /Users/xuzhibin/Project/Vue/untitled2/node_modules/@nuxt/server/dist/server.js - /Users/xuzhibin/Project/Vue/untitled2/node_modules/@nuxt/core/dist/core.js - /Users/xuzhibin/Project/Vue/untitled2/index.js


Attachment: untitled2_6d2b48c7.zip


XZ xu zhi bin October 16, 2022 04:11 PM UTC

I can't see what's wrong with me?





XZ xu zhi bin replied to YuvanShankar Arunagiri October 16, 2022 04:14 PM UTC

npm install @syncfusion/ej2-vue-buttons --save


import Vue from 'vue';

import { ButtonPlugin } from '@syncfusion/ej2-vue-buttons';


Vue.use(ButtonPlugin);

@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';


YA YuvanShankar Arunagiri Syncfusion Team October 17, 2022 01:08 PM UTC

Hi Xu zhi,


We are validating your query and will update you the details on or before 20th October 2022.


Regards,

YuvanShankar A



XZ xu zhi bin replied to YuvanShankar Arunagiri October 19, 2022 03:05 AM UTC

Have you got any results?



YA YuvanShankar Arunagiri Syncfusion Team October 21, 2022 12:59 PM UTC

Hi Xu,

Sorry for the delay. We have resolved this issue in our last patch release (i.e. v20.3.50). So please update the version to (v20.3.50) and this issue will be resolved.

Release Notes: https://ej2.syncfusion.com/vue/documentation/release-notes/20.3.50/#common

Regards,

YuvanShankar A


Loader.
Live Chat Icon For mobile
Up arrow icon