-
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md
Hi, when i use this plugin in vue3,it dose not work(view dose not show correctly)。
`"vuedraggable": "^4.0.3"`
…
-
### 相关学习
`level 1`:表示最少预习内容
`level 2`:表示课程需要学会的东西
`level 3`:表示课外知识
* 项目地址
* https://github.com/FE-star/Plan-2022/tree/main/page-transformer
* CSS栅格
* 定宽栅格 `level1` (大部分场景其实定宽就可以解决)
*…
-
Bug Type: **`Component`**
## Environment
- Vue Version: `3.2.47`
- Element Plus Version: `2.2.29`
- Browser / OS: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like…
-
**Is your feature request related to a problem? Please describe.**
We would like to migrate form Quasar v1 to Quasar v2. In our current application, we have "auto-open/close" selects on mouse hover…
-
### Describe the bug
The controls UI does not seem to re-render when the `UPDATE_STORY_ARGS` is emitted on the channel.
### To Reproduce
* Write a Vue 3 story on Storybook 7.1
* Call `updateArgs` …
-
Using vue 2, I'm able to open the popup window that allows the user to connect via a social account. Unfortunately, the opened window never close, even after successful authentication. This causes the…
-
Hi,
I just stumbled on your library and I really like it, but as I'm working on a project in Vue3 it breaks when I try to add it via npm.
Are you planning on supporting Vue3 anytime soon?
eboye updated
2 years ago
-
### Environment
**Vuetify Version:** 3.0.1
**Vue Version:** 3.2.45
**Browsers:** Chrome 107.0.0.0
**OS:** Mac OS 10.15.7
### Steps to reproduce
Add v-menu component to a page.
### Expected …
-
```shell
$ yarn dev
yarn run v1.22.17
warning ../package.json: No license field
$ vite --host
error when starting dev server:
Error: The following dependencies are imported but could not be reso…
-
### Describe the issue
I use Vue3+Vite to load onnxruntime-web plugin.
I import the onnxruntime-web plugin in the Button component.
Then I import the Button component in onnxruntime.vue in pages …