Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
aufe20202854 | 4b2b8e6a26 | 2 years ago |
aufe20202854 | f5684a1b37 | 2 years ago |
aufe20203824 | 09ab879fb6 | 2 years ago |
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>测试</h1>
|
||||
<p>测试.2</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</template>
|
@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>测试</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>测试</h1>
|
||||
<p>测试.2</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</template>
|
Loading…
Reference in new issue