mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-14 08:32:25 +03:00
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
export default {
|
|
metaInfo: {
|
|
title: 'Title from Options API'
|
|
},
|
|
template: '<div>This component uses the Options API</div>'
|
|
}
|