12 lines
129 B
Vue
12 lines
129 B
Vue
<template>
|
|
<view>
|
|
首页首页首页首页首页首页首页
|
|
</view>
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
</script>
|
|
|
|
<style></style>
|