0👍
Just set cache to false
computed: {
categoryFullName: {
cache: false,
get: function(){
}
}
}
Source:stackexchange.com
0👍
Just set cache to false
computed: {
categoryFullName: {
cache: false,
get: function(){
}
}
}