0.1.8 • Published 9 months ago

volar-plugin-ignore-attributes v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

volar-plugin-ignore-attributes

npm version npm downloads bundle JSDocs License

A volar plugin to ignore unocss attributes for jsx.

Installation

pnpm add -D volar-plugin-ignore-attributes

Volar Config

// tsconfig.json
{
  "vueCompilerOptions": {
    "plugins": [
      "volar-plugin-ignore-attributes"
    ]

    // Optional
    // "ignoreAttributes": {
    //   "include": ["icon"],
    //   "exclude": ["visible"]
    //   "prefix": "uno:"
    // }
  }
}

License

MIT License © 2023-PRESENT zhiyuanzmj

0.1.8

9 months ago

0.1.7

11 months ago

0.1.4

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago