Skip to content

Commit f18cdad

Browse files
committed
fix:fix review
1 parent 3f1db2c commit f18cdad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/toolbars/user/src/Main.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@
3939
<script lang="ts">
4040
import { reactive, computed } from 'vue'
4141
import type { Component } from 'vue'
42-
import { Popover, Select, Input, Tooltip } from '@opentiny/vue'
42+
import { Popover, Select, Input} from '@opentiny/vue'
4343
import { getMetaApi, META_SERVICE, useModal } from '@opentiny/tiny-engine-meta-register'
4444
4545
export default {
4646
components: {
4747
TinyPopover: Popover as Component,
4848
TinySelect: Select,
49-
TinyInput: Input,
50-
TinyTooltip: Tooltip
49+
TinyInput: Input
5150
},
5251
props: {
5352
iconExpand: {

0 commit comments

Comments
 (0)