export default {
name: 'MyPage',
head: {
title: 'Ваш заголовок страницы',
meta: [
{
charset: 'utf-8',
},
{
hid: 'description',
name: 'description',
content: 'description',
},
],
},
},
data: () => ({
prop: 'myprop'
}),
methods: {
}