feat: 移除 uv-ui, 改用 wot
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user