diff --git a/src/tokens.ts b/src/tokens.ts index 2bc0155..35d2063 100644 --- a/src/tokens.ts +++ b/src/tokens.ts @@ -2,8 +2,8 @@ import { Store, createStore, combineReducers } from 'redux' import { inject, provide, App } from 'vue' import { Actions } from './types' -export const storeToken = Symbol('ReduxStore') -export const actionsToken = Symbol('ReduxActions') +export const storeToken = '$ReduxVuexStoreToken$' +export const actionsToken = '$ReduxVuexActionsToken$' export const provideStore = (store: Store, app?: App) => { if (!store) {