7 lines
109 B
Plaintext
Executable File
7 lines
109 B
Plaintext
Executable File
import Component from 'vue-class-component'
|
|
|
|
// Register the meta hook
|
|
Component.registerHooks([
|
|
'meta'
|
|
])
|