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.
20 lines
425 B
20 lines
425 B
2 years ago
|
{
|
||
|
"$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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|