Compare commits

..

3 Commits
main ... dev

Author SHA1 Message Date
db10b01143 更新 src/main.ts 2024-12-17 17:33:12 +08:00
0f4817d675 更新 src/main.ts 2024-12-17 17:31:29 +08:00
010e45c64a feat: 修改sass 2024-12-15 12:56:26 +08:00
9 changed files with 2 additions and 24338 deletions

View File

@ -4,10 +4,8 @@
<template> <template>
<div class="flex-container"> <div class="flex-container">
自动化部署完成 123
</div> </div>
</template> </template>
<style scoped></style> <style scoped></style>

View File

@ -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

View File

@ -1,5 +1,5 @@
import { createApp } from 'vue' import { createApp } from 'vue'
import './style.css' import './style.css'
import App from './App.vue' import App from './App.vue'
console.log(111312312)
createApp(App).mount('#app') createApp(App).mount('#app')