Изменен адрес страницы "Об авторе"

This commit is contained in:
2019-04-14 18:03:28 +03:00
parent 059f7f12e3
commit 9951c3e88c
4 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,7 @@
import Vue from 'vue';
import About from './about.vue';
new Vue({
el: '#app',
render: h => h(About),
});