-
-
Notifications
You must be signed in to change notification settings - Fork 245
Error while using store with nativescript-vue typescript #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Type definitions that extend Changing Side note: take a look nativescript-dev-typescript package which plugs in TypeScript into NativeScript project (uninstalling |
@acidbiscuit Thanks, changing |
I've just improved the Vuex support when generating new apps using the vue-cli-template: nativescript-vue/vue-cli-template#124 After this change, the I think BTW this issue is solved so I will close it. Please re-open it if I missed something. |
We are locking this issue because it has been closed for more than 14 days. If the issue comes up again please open a new issue with additional details. |
Version
2.0.0
Reproduction link
https://github.com/azs06/test-ns-app
Platform and OS info
Mac OS 10.14.3/Android 8.0.0/Nativescript Vue 2.0.0
Steps to reproduce
tns preview --bundle
What is expected?
Adding a Vuex store should just work without any issue. For example, I added this store
And added it to the Vue instance
What is actually happening?
Getting this error on console
Also vscode inidicating this error.
App preview works properly even with the error. Provided a GitHub link of a freshly installed project
The text was updated successfully, but these errors were encountered: