2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 05:40:33 +03:00
Files
vue-meta/packages/webpack-loader/test/fixtures/with-bindings.vue
T

11 lines
166 B
Vue

<head>
<title>{{ title }}</title>
<meta key="description" name="description" :content="description">
</head>
<template>
<div>
<h1>Test</h1>
</div>
</template>