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