1 parent 3f1db2c commit f18cdadCopy full SHA for f18cdad
1 file changed
packages/toolbars/user/src/Main.vue
@@ -39,15 +39,14 @@
39
<script lang="ts">
40
import { reactive, computed } from 'vue'
41
import type { Component } from 'vue'
42
-import { Popover, Select, Input, Tooltip } from '@opentiny/vue'
+import { Popover, Select, Input} from '@opentiny/vue'
43
import { getMetaApi, META_SERVICE, useModal } from '@opentiny/tiny-engine-meta-register'
44
45
export default {
46
components: {
47
TinyPopover: Popover as Component,
48
TinySelect: Select,
49
- TinyInput: Input,
50
- TinyTooltip: Tooltip
+ TinyInput: Input
51
},
52
props: {
53
iconExpand: {
0 commit comments