mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
-- bug 授课教师
This commit is contained in:
9
src/components/common/Upload.vue
Normal file
9
src/components/common/Upload.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>12312</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import {reactive} from "vue";
|
||||
|
||||
const options = reactive([]);
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user