Compare commits
2 Commits
production
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c0c33183ae | |||
| 740b71d5b3 |
@ -4,8 +4,10 @@
|
||||
|
||||
<template>
|
||||
<div class="flex-container">
|
||||
测试自动化部署+14
|
||||
自动化部署完成
|
||||
</div>
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
41
src/components/HelloWorld.vue
Normal file
41
src/components/HelloWorld.vue
Normal file
@ -0,0 +1,41 @@
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
|
||||
defineProps<{ msg: string }>()
|
||||
|
||||
const count = ref(0)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>{{ msg }}</h1>
|
||||
|
||||
<div class="card">
|
||||
<button type="button" @click="count++">count is {{ count }}</button>
|
||||
<p>
|
||||
Edit
|
||||
<code>components/HelloWorld.vue</code> to test HMR
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Check out
|
||||
<a href="https://vuejs.org/guide/quick-start.html#local" target="_blank"
|
||||
>create-vue</a
|
||||
>, the official Vue + Vite starter
|
||||
</p>
|
||||
<p>
|
||||
Learn more about IDE Support for Vue in the
|
||||
<a
|
||||
href="https://vuejs.org/guide/scaling-up/tooling.html#ide-support"
|
||||
target="_blank"
|
||||
>Vue Docs Scaling up Guide</a
|
||||
>.
|
||||
</p>
|
||||
<p class="read-the-docs">Click on the Vite and Vue logos to learn more</p>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.read-the-docs {
|
||||
color: #888;
|
||||
}
|
||||
</style>
|
||||
1383
src/components/Pages1.vue
Normal file
1383
src/components/Pages1.vue
Normal file
File diff suppressed because one or more lines are too long
5558
src/components/Pages2.vue
Normal file
5558
src/components/Pages2.vue
Normal file
File diff suppressed because one or more lines are too long
537
src/components/Pages3.vue
Normal file
537
src/components/Pages3.vue
Normal file
File diff suppressed because one or more lines are too long
5605
src/components/Pages4.vue
Normal file
5605
src/components/Pages4.vue
Normal file
File diff suppressed because one or more lines are too long
5605
src/components/Pages5.vue
Normal file
5605
src/components/Pages5.vue
Normal file
File diff suppressed because one or more lines are too long
5605
src/components/Pages6.vue
Normal file
5605
src/components/Pages6.vue
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user