-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Tried to use vue-i18n with vue-native-core, and when attempting use with
Vue.use(VueI18n);
I get this warning: [vue-i18n] vue-i18n (undefined) need to use Vue 2.0 or later (Vue: 0.1.4). Then when using $t() I get this error: [Vue warn]: Property or method "$t" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working