5 Star 45 Fork 52

野火IM/uni-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
armXyz 提交于 2024-06-06 10:43 . 屏蔽原生 UI 组件的警告
import {
defineConfig
} from 'vite'
import uni from '@dcloudio/vite-plugin-uni'
export default defineConfig({
plugins: [
uni({
vueOptions: {
template: {
compilerOptions: {
// 将所有UIKit-开头的标签作为自定义元素处理
isCustomElement: tag => tag.startsWith("UIKit")
}
}
}
})
]
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wfchat/uni-chat.git
git@gitee.com:wfchat/uni-chat.git
wfchat
uni-chat
uni-chat
main

搜索帮助

Cb406eda 1850385 E526c682 1850385