mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
17 lines
192 B
Vue
17 lines
192 B
Vue
<template>
|
|
<span v-if="false"></span>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
head: {
|
|
meta: [
|
|
{ name: 'lol', content: 'hello' }
|
|
]
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="css">
|
|
</style>
|