mirror of
https://github.com/iconify/iconify.git
synced 2024-11-17 10:05:09 +00:00
chore: fix vue2 demo
This commit is contained in:
parent
d3f52d44fa
commit
f1fe5c1f31
@ -8,9 +8,10 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^2.7.10",
|
||||
"vue": "2.7.10",
|
||||
"vue-class-component": "^7.2.6",
|
||||
"vue-property-decorator": "^9.1.2"
|
||||
"vue-property-decorator": "^9.1.2",
|
||||
"vue-template-compiler": "2.7.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/bx": "^1.2.4",
|
||||
|
Loading…
Reference in New Issue
Block a user