mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-18 01:19:37 +03:00
18 lines
424 B
HTML
18 lines
424 B
HTML
<!doctype html>
|
|
<html data-vue-meta-server-rendered {{ htmlAttrs.text() }}>
|
|
<head {{ headAttrs.text() }}>
|
|
{{ meta.text() }}
|
|
{{ title.text() }}
|
|
{{ link.text() }}
|
|
{{ style.text() }}
|
|
{{ webpackAssets }}
|
|
{{ script.text() }}
|
|
{{ noscript.text() }}
|
|
</head>
|
|
<body {{ bodyAttrs.text() }}>
|
|
{{ app }}
|
|
{{ script.text({ body: true }) }}
|
|
{{ noscript.text({ body: true }) }}
|
|
</body>
|
|
</html>
|