1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 07:03:55 +00:00
Nuxt/packages/vue-app/template/views/app.template.html
2018-12-14 17:36:26 +03:30

10 lines
149 B
HTML

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