2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 09:50:33 +03:00
Files
vue-meta/packages/webpack-loader/test/fixtures/static.vue
T

11 lines
155 B
Vue

<head>
<title>Static Title</title>
<meta name="description" content="static description">
</head>
<template>
<div>
<h1>Test</h1>
</div>
</template>