0👍
In vue, we need to defined data section in your component like this:
data(){
return {
Your data...
}
}
Source:stackexchange.com
0👍
In vue, we need to defined data section in your component like this:
data(){
return {
Your data...
}
}