You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in ‘main.js‘ After the introduction of zeroUI;
Browser error:“Uncaught SyntaxError: The requested module '/@modules/@zero-ui/vue/lib/zero.umd.min.js' does not provide an export named 'default';“
code of main.js:
import { createApp } from 'vue'
import App from './App.vue'
// 组件库
import zeroUI from '@zero-ui/vue'
// 样式文件
import '@zero-ui/vue/lib/zero.css'
createApp(App).use(zeroUI).mount('#app')