Nuxt/packages/vue-app/template/views/app.template.html

10 lines
149 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>