mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 04:30:34 +03:00
Favor function syntax over per-attribute function syntax
This commit is contained in:
@@ -5,3 +5,13 @@
|
||||
<p>Inspect Element to see the meta info</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
metaInfo: {
|
||||
meta: [
|
||||
{ vmid: 'charset', charset: 'utf-8' }
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user