为啥我在尝试使用 vuefire 插件时会出错?

Posted

技术标签:

【中文标题】为啥我在尝试使用 vuefire 插件时会出错?【英文标题】:why do i get an error when trying to use vuefire plugin?为什么我在尝试使用 vuefire 插件时会出错? 【发布时间】:2021-10-08 19:49:13 【问题描述】:

它尝试从 Vuefire 导入 Vuefirestore 插件并将其注册到 vue.use,但编译时显示:'Vue' is not defined no-undef for some reason.

import  firestorePlugin  from 'vuefire'
Vue.use(firestorePlugin)

有人知道为什么吗?

【问题讨论】:

Vue定义在哪里,先加import Vue from 'vue' 【参考方案1】:

您首先需要import Vue from 'vue'

【讨论】:

谢谢!但现在它说“在'vue'中找不到导出'default'(导入为'Vue') 你使用的是 vue 2 还是 vue 3? 我正在使用 vue 3

以上是关于为啥我在尝试使用 vuefire 插件时会出错?的主要内容,如果未能解决你的问题,请参考以下文章

为啥我在 node.js 中使用 sendFile() 方法为两个路由提供静态文件时会出错

为啥我在实例化接口时会出错?

为啥我在使用 TransactionScope 时会出错?

为啥我在使用 Jetpack Compose TextField 时会出错?

为啥 React 应用程序在运行“npm start”命令时会出错?

为啥我在 Xcode 11 Beta 5 中使用 ForEach 时会出错?