feat: 移除 uv-ui, 改用 wot

This commit is contained in:
菲鸽
2024-03-25 21:01:26 +08:00
parent 61ff5d1614
commit 5d2c3cf9fa
7 changed files with 20 additions and 23 deletions

View File

@@ -1,5 +1,4 @@
import { createSSRApp } from 'vue'
import uvUI from '@climblee/uv-ui'
import App from './App.vue'
import store from './store'
import 'virtual:svg-icons-register'
@@ -9,7 +8,6 @@ import '@/style/index.scss'
export function createApp() {
const app = createSSRApp(App)
app.use(store)
app.use(uvUI)
return {
app,
}

View File

@@ -9,7 +9,7 @@
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
}
},
"tabBar": {

View File

@@ -16,6 +16,9 @@
鸽友们好我是
<text class="text-red-500">菲鸽</text>
</view>
<view class="text-center mt-8">
<wd-button type="primary">wot 组件库测试</wd-button>
</view>
</view>
</template>