vue-smart-widget icon indicating copy to clipboard operation
vue-smart-widget copied to clipboard

🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.

Results 19 vue-smart-widget issues
Sort by recently updated
recently updated
newest added

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...

hi, responsive in vue3 has Issue, after remove a widget, this widget hide from stage but it exist in layout array! thanks @xiaoluoboding

While trying to check the test. got error Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

When we try to resize some items and get out from the visible part of the browser. size changed but the value of height don't change

使用场景: 画布中包含文本框组件。相比其他它组件,文本框会有一种编辑状态:聚焦时支持拖动鼠标选中文本内容而不是拖动文本框组件。 期望:文本框聚焦时,仅将文本框 static 设置为 false 目前:通过 smart-widget-grid isStatic 属性将所有组件 static 设置为 false 建议:layout 属性中增加 static 字段,表示每个 grid-item 的状态

slot-scope能增加小部件的宽度吗,比如content-w?

Hello, this library looks promising. Does it support dragging widgets into the grid from outside(e.g. from some sidebar with widgets gallery)?

I get this error, I execute `npm run watch`: ![image](https://user-images.githubusercontent.com/26371360/107983998-8b69bf80-6f8c-11eb-97a4-610ff193c036.png) 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)...