7 lines
101 B
Vue
7 lines
101 B
Vue
<template>
|
|
<main>
|
|
<div>你好呀</div>
|
|
</main>
|
|
</template>
|
|
<script setup lang="ts"></script>
|