diff --git a/packages/babel-plugin-jsx/test/v-model.test.tsx b/packages/babel-plugin-jsx/test/v-model.test.tsx index 3288011..20a76f4 100644 --- a/packages/babel-plugin-jsx/test/v-model.test.tsx +++ b/packages/babel-plugin-jsx/test/v-model.test.tsx @@ -1,5 +1,5 @@ import { mount, shallowMount } from '@vue/test-utils'; -import { type VNode, defineComponent } from '@vue/runtime-dom'; +import { type VNode, defineComponent } from 'vue'; test('input[type="checkbox"] should work', async () => { const wrapper = shallowMount(