From 5ec02cb6588bb6cf51b0267bc756194950f89abc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com>
Date: Mon, 27 Dec 2021 23:43:55 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=81=A2=E5=A4=8D=20page?=
=?UTF-8?q?=20=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/module/page/index.vue | 101 ++++++++++++++++----------------------
1 file changed, 42 insertions(+), 59 deletions(-)
diff --git a/src/module/page/index.vue b/src/module/page/index.vue
index e0fe6b4a..cf07535b 100644
--- a/src/module/page/index.vue
+++ b/src/module/page/index.vue
@@ -1,57 +1,60 @@
-
共 {{ total }} 条 {{ maxPage }}页
-
共 {{ total }} 条
+ 上一页
-
-
上一页
-
-
-
- {{ index }}
-
- {{ index }}
+ {{ index }}
+
+ {{ index }}
+
+ 下一页到第页
-
-
下一页
-
-
-
-
-
-
-
-
- 到第
- 页
-
-
+
\ No newline at end of file
From 1b63ac53788bea21ff994041006a70c91c6dee7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com>
Date: Tue, 28 Dec 2021 00:32:09 +0800
Subject: [PATCH 2/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=88=90=E5=91=98?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF,=20=E6=A2=B3=E7=90=86=E6=9B=B4=E6=96=B0?=
=?UTF-8?q?=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
example/docs/zh-CN/guide/changelog.md | 1 +
example/docs/zh-CN/guide/member.md | 71 ++++++++++++++++++++++++++-
example/src/view/index.vue | 2 +-
3 files changed, 72 insertions(+), 2 deletions(-)
diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md
index d7218b30..d46603ad 100644
--- a/example/docs/zh-CN/guide/changelog.md
+++ b/example/docs/zh-CN/guide/changelog.md
@@ -16,6 +16,7 @@
0.3.0 2021-12-25
+ - [新增] count-up 数字滚动组件。
- [新增] slider 滑块 range 属性, 支持区间过程。
- [新增] button 按钮 disabled 属性, 删除 type 属性 disabled 值。
- [修复] 演示站点剪贴板功能,http下不能使用的问题。
diff --git a/example/docs/zh-CN/guide/member.md b/example/docs/zh-CN/guide/member.md
index d2c695ab..a6afa5cd 100644
--- a/example/docs/zh-CN/guide/member.md
+++ b/example/docs/zh-CN/guide/member.md
@@ -64,7 +64,76 @@
生态:暂无
- 其他:
+ 其他:Gitee Github
+
+
+
+
+
+
+
+
+
+
+ 须弥
+
+
+ 焦点:layui-vue
+
+
+ 地点:未知
+
+
+ 生态:暂无
+
+
+ 其他:Gitee Github
+
+
+
+
+
+
+
+
+
+
+ Sight
+
+
+ 焦点:count-up backtop
+
+
+ 地点:未知
+
+
+ 生态:暂无
+
+
+ 其他:Gitee Github
+
+
+
+
+
+
+
+
+
+
+ finalsummer
+
+
+ 焦点:layer-vue
+
+
+ 地点:未知
+
+
+ 生态:暂无
+
+
+ 其他:Gitee Github
diff --git a/example/src/view/index.vue b/example/src/view/index.vue
index 9656cb39..8e8d2c70 100644
--- a/example/src/view/index.vue
+++ b/example/src/view/index.vue
@@ -44,7 +44,7 @@
rel="nofollow"
class="site-star"
>
- Star 336
+ Star 521
Date: Tue, 28 Dec 2021 00:57:35 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E5=8F=91=E5=B8=83=200.3.0=20=E7=89=88?=
=?UTF-8?q?=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
LICENSE | 2 +-
example/docs/zh-CN/components/page.md | 69 +--------------------------
example/docs/zh-CN/guide/changelog.md | 4 +-
package.json | 17 ++++---
shims-vue.d.ts | 2 +-
5 files changed, 17 insertions(+), 77 deletions(-)
diff --git a/LICENSE b/LICENSE
index e76f0161..6eff6372 100644
--- a/LICENSE
+++ b/LICENSE
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/example/docs/zh-CN/components/page.md b/example/docs/zh-CN/components/page.md
index 69823980..51f60a7c 100644
--- a/example/docs/zh-CN/components/page.md
+++ b/example/docs/zh-CN/components/page.md
@@ -119,17 +119,15 @@ export default {
}
-
-
:::
-::: title 设置每页数量选择范围
+::: title 完整分页
:::
::: demo
-
+
-
-:::
-
-::: title 每页数量切换事件(limit)
-:::
-
-::: demo
-
-
-
- 每页数量:{{limit}}
-
-
-
-
-:::
-
-::: title 完整分页
-:::
-
-::: demo
-
-
-
- 每页数量:{{limit}}
-
-
-