Skip to content

Commit

Permalink
fix(applet): add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Mar 18, 2024
1 parent 5abb53f commit 6848e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/applet/src/components/state/StateFieldViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { formatInspectorStateValue, getInspectorStateValueType, getRaw, toEdit,
import { computed, ref, watch } from 'vue'
import { editInspectorState } from '@vue/devtools-core'
import { isArray, isObject, sortByKey } from '@vue/devtools-shared'
import { VueButton, VueIcon } from '@vue/devtools-ui'
import { VueButton, VueIcon, VTooltip as vTooltip } from '@vue/devtools-ui'
import ChildStateViewer from './ChildStateViewer.vue'
import StateFieldEditor from './StateFieldEditor.vue'
import StateFieldInputEditor from './StateFieldInputEditor.vue'
Expand Down

0 comments on commit 6848e9e

Please sign in to comment.