2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-22 20:14:05 +03:00
Files
vue-meta/test/fixtures/app.template.html
T

21 lines
496 B
HTML

<!doctype html>
<html {{ htmlAttrs.text(true) }}>
<head {{ headAttrs.text() }}>
{{ meta.text() }}
{{ title.text() }}
{{ link.text() }}
{{ style.text() }}
{{ headAssets }}
{{ script.text() }}
{{ noscript.text() }}
</head>
<body {{ bodyAttrs.text() }}>
{{ script.text({ pbody: true }) }}
{{ noscript.text({ pbody: true }) }}
{{ app }}
{{ bodyAssets }}
{{ script.text({ body: true }) }}
{{ noscript.text({ body: true }) }}
</body>
</html>