mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-13 17:30:27 +08:00
feat: use unplugin-vue-define-options add setup name
This commit is contained in:
@@ -10,6 +10,11 @@ import {
|
||||
getNodeByUniqueId
|
||||
} from "/@/utils/tree";
|
||||
import { useDetail } from "./hooks";
|
||||
|
||||
defineOptions({
|
||||
name: "Tabs"
|
||||
});
|
||||
|
||||
const { toDetail, router } = useDetail();
|
||||
|
||||
let treeData = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user