We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fd651 commit c6ce4a5Copy full SHA for c6ce4a5
tests/integrations/inputs/input-text.spec.ts
@@ -1,7 +1,8 @@
1
import {DOMWrapper, mount, VueWrapper} from "@vue/test-utils";
2
import EmptyApp from "../components/EmptyApp.vue";
3
import {defineComponent, h} from "vue";
4
-import {InputField, STORE, Form, FormField} from "../../../src/index";
+import {InputField, Form, FormField} from "../../../src/index";
5
+import STORE from "./../../../src/config/store";
6
import {FormFieldValidationCallback} from "../../../src/types";
7
import AppInputTextPretty from "../components/input-text/AppInputTextPretty.vue"
8
0 commit comments