I recently attempted importing the Vuefirestore plugin from Vuefire and registering it with vue.use. However, during compilation, I encountered an error message stating: 'Vue' is not defined no-undef for some unknown reason.
import { firestorePlugin } from 'vuefire'
Vue.use(firestorePlugin)
Can anyone provide insight into why this may be happening?