themusecatcher / vue-amazing-ui

Vue3 + TypeScript + Vite + Less 开发的常用基础 UI 组件库!如果好用,记得来颗 ⭐️⭐️ 哦 🫶🫶🫶
https://themusecatcher.github.io/vue-amazing-ui/
191 stars 30 forks source link

无法使用CDN方式引入,报错信息如下 #8

Closed wocwin closed 2 months ago

wocwin commented 4 months ago

image

themusecatcher commented 4 months ago

引入方式是否有问题呢?确保成功引入并成功注册

wocwin commented 4 months ago

按README的方式在index.html文件中引入

直接在项目中使用vue-amazing-ui中的组件,报没有注册成功问题 image

themusecatcher commented 4 months ago

引入后还需要注册组件库

wocwin commented 4 months ago

在index.html下面注册? image 这样还是不行

themusecatcher commented 4 months ago

可以考虑使用npm这种主流安装方式代替浏览器引入

wocwin commented 4 months ago

了解