mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-16 09:50:33 +03:00
11 lines
155 B
Vue
11 lines
155 B
Vue
<head>
|
|
<title>Static Title</title>
|
|
<meta name="description" content="static description">
|
|
</head>
|
|
|
|
<template>
|
|
<div>
|
|
<h1>Test</h1>
|
|
</div>
|
|
</template>
|