Compare commits
9 Commits
main
...
production
| Author | SHA1 | Date | |
|---|---|---|---|
| b327ee8f46 | |||
| 46c17ba43e | |||
| b269fc859d | |||
| 616f0a77ed | |||
| d320da2f7f | |||
| e1a739b44f | |||
| cebb70b84b | |||
| 67ebf47e90 | |||
| 010e45c64a |
15
src/App.vue
15
src/App.vue
@ -1,22 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import Pages1 from './components/Pages1.vue';
|
||||
import Pages2 from './components/Pages2.vue';
|
||||
import Pages3 from './components/Pages3.vue';
|
||||
import Pages4 from './components/Pages4.vue';
|
||||
import Pages5 from './components/Pages5.vue';
|
||||
import Pages6 from './components/Pages6.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex-container">
|
||||
<Pages1></Pages1>
|
||||
<Pages2></Pages2>
|
||||
<Pages3></Pages3>
|
||||
测试自动化部署+14
|
||||
</div>
|
||||
|
||||
<!-- <Pages4></Pages4>
|
||||
<Pages5></Pages5>
|
||||
<Pages6></Pages6> -->
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@ -1,41 +0,0 @@
|
||||
<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>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user