fix: 循环依赖

pull/209/head
xingyu4j 2025-09-03 16:59:45 +08:00
parent a238f635be
commit 046c8820ac
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import type { DescriptionsOptions } from './typing';
import { defineComponent, h, isReactive, reactive, watch } from 'vue';
import { Description } from './index';
import Description from './description.vue';
/** 描述列表 api 定义 */
class DescriptionApi {

View File

@ -2,7 +2,7 @@ import type { DescriptionsOptions } from './typing';
import { defineComponent, h, isReactive, reactive, watch } from 'vue';
import { Description } from './index';
import Description from './description.vue';
/** 描述列表 api 定义 */
class DescriptionApi {