We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you please help this issue
This error happend when refresh the page. I am using nuxt.js and code like below
import { DataStore } from 'vue-thailand-address'; export default { data(){ return{ store1: new DataStore(), // store2: new DataStore(), // } } }
Thanks!
The text was updated successfully, but these errors were encountered:
OK. I'll investigate it when I'm free.
Sorry, something went wrong.
I've found that when Nuxt initially import DataStore, it was undefined. But when it's rendered, it has a DataStore class.
DataStore
undefined
I don't know why now. Trying to find the problem. Hope someone know the problem.
gluons
No branches or pull requests
Could you please help this issue
This error happend when refresh the page.
I am using nuxt.js and code like below
import { DataStore } from 'vue-thailand-address';
export default {
data(){
return{
store1: new DataStore(), //
store2: new DataStore(), //
}
}
}
Thanks!
The text was updated successfully, but these errors were encountered: