mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
9 lines
129 B
Vue
9 lines
129 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<Head>
|
||
|
<meta content='my meta' />
|
||
|
</Head>
|
||
|
<h1>I can haz meta tags</h1>
|
||
|
</div>
|
||
|
</template>
|