Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Apr 2, 2024
1 parent 363e7c1 commit dc59bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue/src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import { ref, useSlots, withDefaults, provide, reactive } from 'vue';
import { LiteTreeContextId} from '@common/consts';
import { parseTree } from '@common/parsers';
import type { LiteTreeContext,LiteTreeNode,LiteTreeProps,LiteTreeParseResults } from '@common/types';
import type { LiteTreeContext,LiteTreeProps,LiteTreeParseResults } from '@common/types';
import LiteTreeNodes from "./LiteTreeNodes.vue";
import {injectStylesheet,enableImportant , injectSvgIcons ,injectCustomStyles} from '@common/utils';
import { injectSvgIcons ,injectCustomStyles} from '@common/utils';
Expand Down

0 comments on commit dc59bff

Please sign in to comment.