diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 682845da33bee161a03a4914b44bd80437cba2ed..db46594331392ff395cb1a7cf546dbda0b6e0559 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 7ced22862d81f425f0b2aee4a086cebec9ffa499..34694f54f8bdea35cfad8dc68b628a08d580269c 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