-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from zjutjh/dev
release: 问卷v1.1.0发布
- Loading branch information
Showing
43 changed files
with
8,134 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
HOST=http://sample.com | ||
# 请求地址的baseURL | ||
VITE_HOST=http:// | ||
# 复制问卷的baseURL | ||
VITE_COPY_LINK=http:// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// noinspection JSUnusedGlobalSymbols | ||
// Generated by unplugin-auto-import | ||
// biome-ignore lint: disable | ||
export {} | ||
declare global { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/* eslint-disable */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
/* prettier-ignore */ | ||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
ElButton: typeof import('element-plus/es')['ElButton'] | ||
ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] | ||
ElDialog: typeof import('element-plus/es')['ElDialog'] | ||
ElDivider: typeof import('element-plus/es')['ElDivider'] | ||
ElIcon: typeof import('element-plus/es')['ElIcon'] | ||
ElImage: typeof import('element-plus/es')['ElImage'] | ||
ElInput: typeof import('element-plus/es')['ElInput'] | ||
ElOption: typeof import('element-plus/es')['ElOption'] | ||
ElPagination: typeof import('element-plus/es')['ElPagination'] | ||
ElSelect: typeof import('element-plus/es')['ElSelect'] | ||
ElSkeleton: typeof import('element-plus/es')['ElSkeleton'] | ||
ElSwitch: typeof import('element-plus/es')['ElSwitch'] | ||
ElTag: typeof import('element-plus/es')['ElTag'] | ||
ElUpload: typeof import('element-plus/es')['ElUpload'] | ||
Modal: typeof import('./src/components/Modal/index.vue')['default'] | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
Skeleton: typeof import('./src/components/Skeleton/index.vue')['default'] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.