mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
525 B
24 lines
525 B
{ |
|
"$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" |
|
}, |
|
{ |
|
"name": "xc-ver-resize", |
|
"description": "Resize directive" |
|
} |
|
] |
|
} |
|
} |
|
} |