fix(document): 修复 page 文档

This commit is contained in:
就眠仪式
2021-10-15 09:30:37 +08:00
parent 991462af17
commit 315de42276
5 changed files with 45 additions and 14 deletions

View File

@@ -49,8 +49,8 @@
>
</div>
</template>
<script setup name="LayPage"></script>
<script setup lang="ts">
<script setup name="LayPage" lang="ts">
import { defineProps, Ref, ref, watch } from 'vue'
const props = withDefaults(