vue-smart-widget
vue-smart-widget copied to clipboard
🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
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:  I have in my package.json ` "vue-smart-widget": "^ 0.6.1",` and main.js ``` import { SmartWidget } from 'vue-smart-widget' Vue.component('SmartWidget', SmartWidget)...