更新代码

dev_xd
haha 2025-04-06 22:05:16 +08:00
parent d9e6d81393
commit 8f69fc9d45
1 changed files with 1 additions and 3 deletions

View File

@ -1,11 +1,9 @@
<template> <template>
<div class="app-container home"> <div class="app-container home">
<Demo />
</div> </div>
</template> </template>
<script setup name="Index"> <script setup name="Index">
import Demo from './demo.vue'
const version = ref('3.6.3') const version = ref('3.6.3')
function goTarget(url) { function goTarget(url) {