forked from integrated_whb/integrated_whb_vue
				
			| - 添加新的密码验证规则,要求密码至少为8位,包含大小写字母、数字和特殊符号 - 修改密码确认字段的验证逻辑,提高用户体验 - 调整密码输入框的样式,增加密码强度提示 | ||
|---|---|---|
| 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).