mirror of https://github.com/nocodb/nocodb
navi
2 years ago
committed by
GitHub
3 changed files with 21 additions and 1 deletions
@ -0,0 +1,20 @@ |
|||||||
|
{ |
||||||
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/v2-preview/web-types.json", |
||||||
|
"name": "nc-gui", |
||||||
|
"framework": "vue", |
||||||
|
"version": "1.0.0", |
||||||
|
"contributions": { |
||||||
|
"html": { |
||||||
|
"vue-directives": [ |
||||||
|
{ |
||||||
|
"name": "e", |
||||||
|
"description": "Telemetry directive" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "t", |
||||||
|
"description": "I18n directive" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue