mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
10 lines
129 B
Vue
10 lines
129 B
Vue
<template>
|
|
<div>12312</div>
|
|
</template>
|
|
<script setup>
|
|
import {reactive} from "vue";
|
|
|
|
const options = reactive([]);
|
|
|
|
</script>
|