字典类型 CRUD

This commit is contained in:
2024-10-31 14:53:29 +08:00
parent b452636c37
commit b207bc0e68
26 changed files with 386 additions and 279 deletions

View File

@@ -1,4 +1,4 @@
/** @type {import('tailwindcss').Config} */
/** @dictType {import('tailwindcss').Config} */
export default {
content: ['index.html', './src/**/*.{html,js,ts,jsx,tsx,vue}'],
theme: {