From b5b2280edf70be98594540d6378d1ee2cdc7b0a7 Mon Sep 17 00:00:00 2001 From: isJDongYa <1312892125@qq.com> Date: Wed, 16 Dec 2020 18:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86typescript=E7=BC=96?= =?UTF-8?q?=E5=86=99=E7=BB=84=E4=BB=B6=E6=97=B6=E7=BB=84=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- examples/main.ts | 7 - lib/MoreMsg/MoreMsg.vue | 11 +- lib/index.ts | 13 +- lib/types/index.d.ts | 11 ++ package-lock.json | 352 ++++++++++++++++++---------------------- package.json | 6 +- 7 files changed, 176 insertions(+), 226 deletions(-) diff --git a/README.md b/README.md index ddc14dc..56169e4 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ follow="follow" ``` -![example](https://raw.githubusercontent.com/isJDongYa/jd-moremsg/master/examples/assets/imgs/example.gif) +![example](https://raw.githubusercontent.com/isJDongYa/jd-moremsg/master/examples/assets/imgs/header.jpg) diff --git a/examples/main.ts b/examples/main.ts index 9276ec0..0bdcc4d 100644 --- a/examples/main.ts +++ b/examples/main.ts @@ -1,10 +1,3 @@ -/* - * @Author: isJDongYa - * @LastEditors: isJDongYa - * @Date: 2020-12-07 19:31:18 - * @LastEditTime: 2020-12-08 12:58:26 - * @Description: - */ import Vue from 'vue' import App from './App.vue' diff --git a/lib/MoreMsg/MoreMsg.vue b/lib/MoreMsg/MoreMsg.vue index 7aa3fe1..b0d7034 100644 --- a/lib/MoreMsg/MoreMsg.vue +++ b/lib/MoreMsg/MoreMsg.vue @@ -1,10 +1,3 @@ -