|
|
@@ -23,7 +23,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
-import { ref, reactive, defineExpose, getCurrentInstance } from "vue";
|
|
|
+import { ref, reactive, getCurrentInstance } from "vue";
|
|
|
import UpdateOperator from "./UpdateOperator.vue";
|
|
|
import TableButton from "@/components/TableButton.vue";
|
|
|
import { get_menu_list, delete_menu } from "@/api";
|