0👍
You can check $vnode.data.staticClass.
From the console, logging this
from mounted()
VueComponent {_uid: 13, …}
...
$vnode
...
data:
...
staticClass: "myClass"
Source:stackexchange.com
0👍
You can check $vnode.data.staticClass.
From the console, logging this
from mounted()
VueComponent {_uid: 13, …}
...
$vnode
...
data:
...
staticClass: "myClass"