更新代码
parent
d9e6d81393
commit
8f69fc9d45
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue