You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have the same packages in a fresh Vue Js project, it's working perfectly fine. But using them in a Nuxt Js project it's throwing this unexpected token '.' error.
When I run it from modules: ['pqgrid'] located in nuxt.config.js, it's giving a runtime error shown below
Steps to reproduce
Install a Nuxt JS app using the command npm init nuxt-app app-name
Install the required packages using npm i pqgrid jquery jquery-ui-pack @types/jquery @types/jqueryui jszip
Add the following code in the pages/index.vue file
I'm getting the above Unexpected token '.' error while working with pqgrid in nuxt js. Below are the dependencies that my project has
modules: ['pqgrid']
located in nuxt.config.js, it's giving a runtime error shown belowSteps to reproduce
Install a Nuxt JS app using the command
npm init nuxt-app app-name
Install the required packages using
npm i pqgrid jquery jquery-ui-pack @types/jquery @types/jqueryui jszip
Add the following code in the pages/index.vue file
npm run dev
The text was updated successfully, but these errors were encountered: