From cc0ed17e72caa524022ab978a8c8c4a1d8779281 Mon Sep 17 00:00:00 2001 From: ylwdev Date: Mon, 22 Aug 2022 16:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 1 - src/components/vant-ui/index.js | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 682845d..db46594 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,3 @@ 参考: - 如何提交PR [如何给开源项目贡献代码](https://blog.csdn.net/ylwdev/article/details/126466381) -- 开发文档: [develop.md](https://gitcode.net/csdn/csdn-datav/-/blob/master/doc/develop.md) diff --git a/src/components/vant-ui/index.js b/src/components/vant-ui/index.js index 7ced228..34694f5 100644 --- a/src/components/vant-ui/index.js +++ b/src/components/vant-ui/index.js @@ -1,10 +1,3 @@ -/** - * @Author : wzk - * @Date : 2021/3/17Wednesday12 - * @Last Modified by : wzk - * @Last Modified time : 2021/3/17Wednesday12 - * @Description: - **/ import Vue from "vue"; import { @@ -32,7 +25,7 @@ Popup, Rate } from "vant"; - + Vue.use(Rate); Vue.use(Popup); Vue.use(Button); @@ -56,4 +49,3 @@ Vue.use(CellGroup); Vue.use(Empty); Vue.use(Uploader); - \ No newline at end of file -- GitLab