init 3
This commit is contained in:
9
src/views/biz/purchase/index.vue
Normal file
9
src/views/biz/purchase/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "purchase"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>道具管理</h1>
|
||||
</template>
|
||||
Reference in New Issue
Block a user