xiaoluoboding / vue-smart-widget

🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
https://xiaoluoboding.github.io/vue-smart-widget/
MIT License
185 stars 35 forks source link

Exception for vue-grid-layout #38

Open spaceworkplatform opened 2 years ago

spaceworkplatform commented 2 years ago

Hey, I have a project on Vue 3 (using Quasar). After installing the package and copy the demo with smart grid I got this errors: Screen Shot 2022-01-19 at 4 00 04

I have to note that I tried installed vue-grid-layout before your package and same error.

Any ideas ?

xiaoluoboding commented 2 years ago

In Vue 3 Project, we provide the next version. Did you install the next version?

yarn add vue-smart-widget@next -S
spaceworkplatform commented 2 years ago

@xiaoluoboding Yes I did and still same error. Any chance anyone can take a look with me ? really important to me.

xiaoluoboding commented 2 years ago

can you reproduce it with Codesandbox or any online REPL

MohammadGoodarzi commented 1 year ago

test it on fresh project, i tested it on vite and vue3 was perfect, thanks @xiaoluoboding

MohammadGoodarzi commented 1 year ago

Hey, I have a project on Vue 3 (using Quasar). After installing the package and copy the demo with smart grid I got this errors: Screen Shot 2022-01-19 at 4 00 04

I have to note that I tried installed vue-grid-layout before your package and same error.

Any ideas ?

hi, today i got this error when i was trying to use lang: quasarLang" option in quasar, did you find any solution for this problem??