Skip to content

Commit 4d55a41

Browse files
committed
fix: 0.3.77 fix pagination
1 parent 8fd221e commit 4d55a41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefront-nuxt",
3-
"version": "0.3.76",
3+
"version": "0.3.77",
44
"description": "vuefront-nuxt",
55
"repository": {
66
"type": "git",
@@ -34,6 +34,6 @@
3434
"vue": "^2.6.14",
3535
"vue-graphql-loader": "^0.3.3",
3636
"vue-i18n": "^8.24.5",
37-
"vuefront": "^0.3.74"
37+
"vuefront": "^0.3.75"
3838
}
3939
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7158,10 +7158,10 @@ vue@^2.6.12, vue@^2.6.14:
71587158
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
71597159
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
71607160

7161-
vuefront@^0.3.74:
7162-
version "0.3.74"
7163-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.74.tgz#9acd177a87c067ff4f59dad5bf29a58cbd8e0ec0"
7164-
integrity sha512-Q6iHQoXmA8UcQfdc81iIbu19AFOtz6RWGZ13JLIl3w/LuYvNNtdLrclJU7+6pzuq8i08wyaxuW6lUqNgrHXWmQ==
7161+
vuefront@^0.3.75:
7162+
version "0.3.75"
7163+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.75.tgz#fb2cfb96b39640f10443fd760fd99ff0fc5b6571"
7164+
integrity sha512-DizX+lHHUhKpL4Zk6lalRwinEI+cAFY9JoLIfRVyx365zf0lvlDS0aO92Dt3KvRxdSoiuaf7GTeou76FzfunUQ==
71657165
dependencies:
71667166
"@babel/standalone" "^7.14.7"
71677167
"@jamescoyle/vue-icon" "^0.1.0"

0 commit comments

Comments
 (0)