8 lines
123 B
Vue
Raw Normal View History

2024-03-31 15:51:00 +08:00
<template>
<div>主渲染窗口</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>