ytptube/ui/web-types.json
2026-03-25 22:59:53 +03:00

24 lines
587 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": "autoscroll",
"description": "Automatically scroll to an element.",
"doc-url": ""
}
]
}
}
}