0👍
first i think you are using pre-route guard wrong. keyword in here is beforeEnter
and not beforeRouteEnter
based on docs.
also you need to export and import properly like this:
- export
export const store = ...
- import
import {store} from '@/main'
- [Vuejs]-Data not showing up when using Vue Apollo client
- [Vuejs]-How to get vue to display line breaks
0👍
solved my problem, copy that
Source:stackexchange.com