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

后端 未结 3 1816
心在旅途
心在旅途 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:16

    Bootstrap-Vue does not yet support Vue 3. So if you want to use Bootstrap-Vue you will have to stick with Vue 2 for now.

    In general, most of the libraries don't support Vue 3 yet, so I would suggest waiting a bit longer before using it until the ecosystem has caught up.

提交回复
热议问题