uniapp(vue3)挂载uView-ui 报错
// #ifdef VUE3
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
app.use(uView)
return {
app
}
}
运行结果及报错内容
Vue.filter is not a function
我的解答思路和尝试过的方法
pages.json中增加
"easycom":{
"^u-(.*)": "uview-ui/components/u-$1/u-$i.vue"
}
我想要达到的结果
正常使用uView-ui