morning-star
morning-star
unplugin-vue-components 插件只解析模板中的内容,unplugin-auto-import 插件会解析 script 中的内容,你可以尝试移除 auto-import 中配置的 TDesignResolver
我创建了一个 pr 修复这个问题 [#17:patch-support-IDEA-2022-2](https://github.com/jiaolong1021/ElementPlugin/pull/17) 在作者修复之前, 可以试试这个临时修复的版本 https://github.com/Sight-wcg/ElementPlugin/releases
https://github.com/antfu/unplugin-vue-components/issues/389 https://github.com/antfu/unplugin-vue-components/issues/406
related #552 #505
> 在进行文件上传上传时,choose函数和before函数,都无法获取到本次选择的文件 obj.preview(function(index, file, result) 能否满足需求 > 在最后进行文件上传(执行request函数)时,为什么使用getFiles()获取所有未上传完成的文件,而不是用that.chooseFiles获取本次选择的文件 上传失败重传时需要获取未上传完成的文件
related: https://github.com/microsoft/vscode/issues/135861#issuecomment-952037304
这是 Vue 在 DOM 内嵌模板中的语法限制,暂时可以用动态插槽来解决。 ``` name {{ text }} setup(){ return { body_cell: 'bodyCell' } } ```
关闭,因为不能真正修复问题。
> Yeah, I tried to use Firefox. It works in Chrome and Edge though. > > Could Vuex, Vue Router and Bootstrap be added too? > > > Failed to...
#### 解决方案 目前可以在 layer 应用动画的元素上添加 `will-change:transform` 来修复此问题。但是,由于 will-change 的一些限制,可能不能将其添加到 layui 中。 > Also, some properties can lead to the creation of a containing block for fixed-position elements. For example, a...