forked from integrated_whb/integrated_whb_vue
- 在更新信息组件中,仅当用户修改了密码且确认新密码后才执行登出操作 - 这样可以避免用户在未更改密码时不必要的登出,提升用户体验 |
||
|---|---|---|
| node_modules/vue-esign/src | ||
| public | ||
| src | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.cjs | ||
| README.md | ||
| env.d.ts | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| vite.config.js | ||
README.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).