2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 08:32:25 +03:00
Files
vue-meta/examples/vue-router/Options.ts
T
2021-06-06 17:19:25 +02:00

7 lines
135 B
TypeScript

export default {
metaInfo: {
title: 'Title from Options API'
},
template: '<div>This component uses the Options API</div>'
}