docs_vue2/app.html

10 lines
132 B
HTML
Raw Normal View History

2020-08-13 11:47:56 +08:00
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>