Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 282736f

Browse files
committed
docs: add note about deprecation
1 parent 9152587 commit 282736f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Bring [`<script setup>`](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to Vue 2. Works for Vite, Nuxt, Vue CLI, Webpack, esbuild and more, powered by [unplugin](https://github.com/unjs/unplugin).
66

7+
> ⚠️ With the release of [Vue 2.7](https://blog.vuejs.org/posts/vue-2-7-naruto.html), which has Composition API and `<script setup>` built-in, **you no longer need this plugin**. Thereby this plugin has entered maintenance mode and will only support Vue 2.6 or earlier. This project will reach End of Life by the end of 2022.
8+
79
## Install
810

911
```bash
@@ -56,7 +58,7 @@ Example: [`playground/`](./playground/)
5658
const ScriptSetup = require('unplugin-vue2-script-setup/webpack').default
5759

5860
module.exports = {
59-
parallel: false, // disable thread-loader, which is not compactible with this plugin
61+
parallel: false, // disable thread-loader, which is not compactible with this plugin
6062
configureWebpack: {
6163
plugins: [
6264
ScriptSetup({ /* options */ }),

0 commit comments

Comments
 (0)