Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e547353

Browse files
kamikazechaserclarkdo
authored andcommitted
fix: iview UI package version match (#265)
At the moment iview is matched to only 3.1.5. Allow it to match the latest minor release, as per semver.
1 parent 684dd86 commit e547353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<%_ } else if (ui === 'buefy') { _%>
7676
"nuxt-buefy": "^0.3.2",
7777
<%_ } else if (ui === 'iview') { _%>
78-
"iview": "3.1.5",
78+
"iview": "^3.1.5",
7979
<%_ } _%>
8080
<%_ if (axios) { _%>
8181
"@nuxtjs/axios": "^5.3.6",

0 commit comments

Comments
 (0)