"export 'default' (imported as 'Vue') was not found in 'vue'

后端 未结 3 1811
心在旅途
心在旅途 2020-12-18 07:30

i\'m a Beginner with vue js and this is my first App

import {BootstrapVue} from \'bootstrap-vue\'
import  {createApp}   from \'vue\'
import App from \'./App.         


        
3条回答
  •  清歌不尽
    2020-12-18 08:10

    Or you can use raw bootstrap and use bootstrap component with class. I found one UI library have beta support for vue 3, ant design(https://2x.antdv.com/docs/vue/introduce/). Remember to look at the version 2.0.0-beta, 1.x is for vue 2. Have fun!

提交回复
热议问题