web-types.json 426 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://json.schemastore.org/web-types",
  3. "framework": "vue",
  4. "name": "name written in package.json",
  5. "version": "version written in package.json",
  6. "contributions": {
  7. "html": {
  8. "types-syntax": "typescript",
  9. "attributes": [
  10. {
  11. "name": "v-auth",
  12. "value": {
  13. "type": "string",
  14. "kind": "expression"
  15. }
  16. }
  17. ]
  18. }
  19. }
  20. }