mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
8ab135af55
Alpha 0.1.0
9 lines
129 B
Vue
Executable File
9 lines
129 B
Vue
Executable File
<template>
|
|
<div>
|
|
<Head>
|
|
<meta content='my meta' />
|
|
</Head>
|
|
<h1>I can haz meta tags</h1>
|
|
</div>
|
|
</template>
|