材料管理

This commit is contained in:
Teo
2025-08-02 16:45:51 +08:00
parent 86afe6a30d
commit 7154bbbbcc
14 changed files with 106 additions and 106 deletions

View File

@ -0,0 +1,16 @@
<template>
<div>init</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
setup() {
// todo
return {};
}
});
</script>
<style lang="stylus" scoped></style>