feat: 添加 PrimeVue 组件并更新样式,增强按钮交互体验

This commit is contained in:
严浩
2024-11-22 12:34:43 +08:00
parent 30721736a4
commit 2bbe9c7a59
13 changed files with 136 additions and 25 deletions

View File

@ -3,7 +3,7 @@
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications", // 只格式化修改的部分
"editor.formatOnSaveMode": "modificationsIfAvailable", // 只格式化修改的部分
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
@ -15,5 +15,6 @@
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.autoImportFileExcludePatterns": ["vue-router/auto$"],
"i18n-ally.localesPaths": ["src/locales"]
"i18n-ally.localesPaths": ["src/locales"],
"i18n-ally.keystyle": "nested"
}