Boyce Dach

Results 8 comments of Boyce Dach

> 我也遇到了,请问现在有解决办法了吗 > > > 就算更改src地址后 音乐不会自动播放 https://gitee.com/thousands-of-music/music-project/blob/master/src/App.vue 我之前写的 你可以试下,App.vue组件里

> 我也遇到了相同的问题. 我是按需引入的问题,现在正常了

Add "draggable": "sortable class name" in the configuration item 《draggable v-bind="dragOptions"> { return { animation: 150, // Which elements are allowed to drag draggable: '.allowDrag', } })

> 分享我的 vue (vue3) 解决方案,以防它有帮助,而且我也有兴趣了解其他人如何推出自己的解决方案。 > > 这为 Gridstack 提供了完全控制权来处理创建和删除项目,我挂钩该`added`事件以编程方式将 Vue 3 组件添加到内容中。到目前为止,这个实现与 Gridstack 的其他功能配合良好:响应式网格、拖入小部件 ( `acceptWidgets`) 等。 > > ``` > > import { h, onMounted, render, watchEffect }...

> Collaborator It is normal to render sugar without using the setup syntax ```vue import { h, render, ref, onMounted, useSlots, defineComponent } from 'vue' export default defineComponent({ setup(props, {...

> This does not seem to be the problem of `Element-Plus`. > > Do you have any other questions? If not, I will turn off this issue. 有人之前提过修复这个问题的代码 https://github.com/element-plus/element-plus/pull/13846