web-types.json 384 B

12345678910111213141516171819
  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-hasPermi"
  12. },
  13. {
  14. "name": "v-hasRole"
  15. }
  16. ]
  17. }
  18. }
  19. }