Skip to content

Commit

Permalink
docs: include Vue 2.7 on frameworks (unplugin#251)
Browse files Browse the repository at this point in the history
.
  • Loading branch information
userquin authored and chriscab83 committed Nov 21, 2022
1 parent 01dbf54 commit 2d4e752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -335,9 +335,9 @@ export default defineConfig({


<details>
<summary>Vue 3</summary><br>
<summary>Vue 3 / Vue 2.7+</summary><br>

Vue 3 support requires peer dependency `@vue/compiler-sfc`:
Vue 3 / Vue 2.7+ support requires peer dependency `@vue/compiler-sfc`:

```bash
npm i -D @vue/compiler-sfc
Expand Down Expand Up @@ -366,7 +366,7 @@ Type Declarations


<details>
<summary>Vue 2</summary><br>
<summary>Vue 2 (only for versions < 2.7)</summary><br>

Vue 2 support requires peer dependency `vue-template-compiler`:

Expand Down
3 changes: 2 additions & 1 deletion examples/nuxt3/package.json
Expand Up @@ -7,7 +7,8 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@iconify/json": "^2.1.131",
"@iconify-json/logos": "^1.1.18",
"@iconify-json/mdi": "^1.1.34",
"nuxt": "^3.0.0",
"unplugin-icons": "link:../.."
}
Expand Down

0 comments on commit 2d4e752

Please sign in to comment.