Files
zeroone/web-types.json
2024-01-23 01:41:46 +01:00

28 lines
537 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"framework": "vue",
"js-types-syntax": "typescript",
"description-markup": "markdown",
"framework-config": {
"enable-when": {
"file-extensions": [
"vue"
]
}
},
"contributions": {
"html": {
"vue-directives": [
{
"name": "t",
"description": "",
"doc-url": "",
"attribute-value": {
"type": "boolean",
"required": false
}
}
]
}
}
}