6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
export default {
|
|
created () {
|
|
this.config = this.$options.config
|
|
}
|
|
}
|