blob: fc04d52acd01a77e2eb91dec333fff1abd29a564 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
import Component from '../components/Component.vue';
---
<html>
<head>
<title>Testing</title>
</head>
<body>
<h1>Testing</h1>
<Component />
</body>
</html>
|