Изменен адрес страницы "Об авторе"
This commit is contained in:
7
source/_assets/about/index.js
Normal file
7
source/_assets/about/index.js
Normal file
@ -0,0 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import About from './about.vue';
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render: h => h(About),
|
||||
});
|
Reference in New Issue
Block a user