Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b55aae

Browse files
author
Javier Diaz
committed
chore: 0.3.2 build
1 parent06a577f commit8b55aae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (typeof window !== 'undefined' && window.Vue) {
99
}
1010

1111
exportdefault{
12-
version:'0.3.1',
12+
version:'0.3.2',
1313
install,
1414
TinyPagination,
1515
};

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"vue-tiny-pagination",
3-
"version":"0.3.1",
3+
"version":"0.3.2",
44
"productName":"Vue Tiny Pagination",
55
"description":"A Vue component for create a tiny pagination with Flexbox",
66
"author": {

‎packages/TinyPagination/src/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
},
5555
data() {
5656
return {
57-
version:'0.3.1',
57+
version:'0.3.2',
5858
currentPage:1,
5959
currentLimit:10,
6060
translations: {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp