-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
Description
Using vue-class-component, I can not reference CSS Module css class name using $style.className
in the template.
See reproduction:
https://github.com/chanon/ts-vue-hmr/blob/master/src/components/Hello.vue#L13
It creates a runtime error in the browser:
I tried to create property / data declaration of $style but I could not get it to work.