mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
{
|
|
"module-config": {
|
|
"prefix": "module-config",
|
|
"scope": "typescript",
|
|
"body": [
|
|
"import { ModuleConfig } from \"/@/cool\";",
|
|
"",
|
|
"export default (): ModuleConfig => {",
|
|
" return {};",
|
|
"};",
|
|
""
|
|
],
|
|
"description": "module config snippets"
|
|
}
|
|
}
|