更新代码
parent
d9e6d81393
commit
8f69fc9d45
|
@ -1,11 +1,9 @@
|
|||
<template>
|
||||
<div class="app-container home">
|
||||
<Demo />
|
||||
<div class="app-container home">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup name="Index">
|
||||
import Demo from './demo.vue'
|
||||
const version = ref('3.6.3')
|
||||
|
||||
function goTarget(url) {
|
||||
|
|
Loading…
Reference in New Issue