fix(document): 修复 page 文档
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user