diff --git a/bun.lockb b/bun.lockb index 7aabc3e..1a4d808 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index eee75d1..afaa26c 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,6 @@ "private": true, "type": "module", "scripts": { - "predeploy": "bun run build", - "deploy": "gh-pages -d dist", "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", @@ -16,12 +14,12 @@ }, "dependencies": { "element-plus": "^2.7.8", - "gh-pages": "^6.1.1", "vue": "^3.4.29" }, "devDependencies": { "@rushstack/eslint-patch": "^1.8.0", "@tsconfig/node20": "^20.1.4", + "@types/babel__core": "^7.20.5", "@types/node": "^20.14.5", "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-prettier": "^9.0.0", diff --git a/src/App.vue.d.ts b/src/App.vue.d.ts new file mode 100644 index 0000000..34d7596 --- /dev/null +++ b/src/App.vue.d.ts @@ -0,0 +1,2 @@ +declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, {}, {}>; +export default _default; diff --git a/src/App.vue.js b/src/App.vue.js new file mode 100644 index 0000000..a1e6a01 --- /dev/null +++ b/src/App.vue.js @@ -0,0 +1,44 @@ +"use strict"; +var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { + if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { + if (ar || !(i in from)) { + if (!ar) ar = Array.prototype.slice.call(from, 0, i); + ar[i] = from[i]; + } + } + return to.concat(ar || Array.prototype.slice.call(from)); +}; +Object.defineProperty(exports, "__esModule", { value: true }); + +function __VLS_template() { + var __VLS_ctx; + /* Components */ + var __VLS_otherComponents; + var __VLS_own; + var __VLS_localComponents; + var __VLS_components; + var __VLS_styleScopedClasses; + var __VLS_resolvedLocalAndGlobalComponents; + __VLS_elementAsFunction(__VLS_intrinsicElements.div, __VLS_intrinsicElements.div)({ id: ("app"), }); + // @ts-ignore + var __VLS_0 = {} + .MyForm; + ({}.MyForm); + __VLS_components.MyForm; + // @ts-ignore + [MyForm_vue_1.default,]; + // @ts-ignore + var __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({})); + var __VLS_2 = __VLS_1.apply(void 0, __spreadArray([{}], __VLS_functionalComponentArgsRest(__VLS_1), false)); + ({}({})); + var __VLS_5 = __VLS_nonNullable(__VLS_pickFunctionalComponentCtx(__VLS_0, __VLS_2)); + if (typeof __VLS_styleScopedClasses === 'object' && !Array.isArray(__VLS_styleScopedClasses)) { + } + var __VLS_slots; + return __VLS_slots; + var __VLS_componentsOption = { + MyForm: MyForm_vue_1.default + }; + var __VLS_name = 'App'; + var __VLS_internalComponent; +} diff --git a/src/components/MyForm.vue b/src/components/MyForm.vue index db8bc25..896413a 100644 --- a/src/components/MyForm.vue +++ b/src/components/MyForm.vue @@ -4,7 +4,13 @@
- +
@@ -12,7 +18,15 @@
- + +
@@ -70,12 +84,13 @@