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 024f849 commit 3aa9a89Copy full SHA for 3aa9a89
src/index.ts
@@ -1 +1,3 @@
1
-export { default as Select } from "./Select.vue";
+import VueSelect from "./Select.vue";
2
+
3
+export default VueSelect;
0 commit comments