|
1234567891011121314151617181920212223242526272829303132333435 |
- <p align="center">
- <img src="https://github.com/sxzz/unplugin-vue-macros/raw/main/docs/public/logo.svg" width="200px" />
- </p>
-
- # unplugin-vue-define-options [](https://npmjs.com/package/unplugin-vue-define-options)
-
- <a href="https://vue-macros.sxzz.moe/macros/define-options">📜 Documentation</a>
-
- Options API can be declared using the `defineOptions` in `<script setup>`, specifically to be able to set `name`, `props`, `emits`, and `render` inside of one function.
-
- If you support this feature, feel free to hit like 👍 or comment on [RFC Discussion](https://github.com/vuejs/rfcs/discussions/430). Thanks!
-
- ## Features
-
- - ✨ With this macro, you can use Options API in Vue `<script setup>`.
- - 💚 Supports both Vue 2.7 and Vue 3 out-of-the-box.
- - 🦾 Full TypeScript support.
- - ⚡️ Supports Vite, Nuxt, Webpack, Vue CLI, Rollup 3, esbuild and more, powered by <a href="https://github.com/unjs/unplugin">unplugin</a>.
-
- ### See Also
-
- - [Related issue](https://github.com/vuejs/core/issues/5218#issuecomment-1032107354)
- - [RFC](https://github.com/vuejs/rfcs/discussions/430)
-
- ## Sponsors
-
- <p align="center">
- <a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
- <img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
- </a>
- </p>
-
- ## License
-
- [MIT](./LICENSE) License © 2022-PRESENT [三咲智子](https://github.com/sxzz)
|