refactor: refs #8463 remove unnecessary expose of getData in VnDescriptor component
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
4c980cb805
commit
39e0f88380
|
@ -39,7 +39,6 @@ const { viewSummary } = useSummaryDialog();
|
|||
const DESCRIPTOR_PROXY = 'DescriptorProxy';
|
||||
const moduleName = ref();
|
||||
const isSameModuleName = route.matched[1].meta.moduleName !== moduleName.value;
|
||||
defineExpose({ getData });
|
||||
|
||||
function getName() {
|
||||
let name = $props.dataKey;
|
||||
|
|
Loading…
Reference in New Issue