10 lines
126 B
Vue
10 lines
126 B
Vue
<script setup lang="ts">
|
|
defineOptions({
|
|
name: "propSummary2"
|
|
});
|
|
</script>
|
|
|
|
<template>
|
|
<h1>道具统计</h1>
|
|
</template>
|