cool-admin-vue/.vscode/config.code-snippets
神仙都没用 68cd190481 发布 8.0
2025-02-19 11:41:01 +08:00

16 lines
279 B
Plaintext

{
"module-config": {
"prefix": "module-config",
"scope": "typescript",
"body": [
"import { type ModuleConfig } from \"/@/cool\";",
"",
"export default (): ModuleConfig => {",
" return {};",
"};",
""
],
"description": "module config snippets"
}
}