fix #324 add error message for length < 6

This commit is contained in:
Cindy Chang
2024-08-09 15:26:57 +08:00
parent 6204361b43
commit 17e51ca98a
3 changed files with 29 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
export const PRIME_VUE_TICKS_LIMIT = 6;
export const ONCE_RENDER_NUM_OF_DATA = 9;
export const PWD_VALID_LENGTH = 6;
export const GRID_COLOR = '#64748b';