8 lines
172 B
JavaScript
Executable File
Vendored
8 lines
172 B
JavaScript
Executable File
Vendored
export default {
|
|
mounted() {
|
|
if (this.$el && this.$el.classList !== undefined) {
|
|
this.$el.classList.add(`nova-${_.kebabCase(this.$options.name)}`)
|
|
}
|
|
},
|
|
}
|