From 932c78f9886d0612b119589439d5108fc19dff1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 9 Jan 2022 00:02:41 +0800 Subject: [PATCH] =?UTF-8?q?docs(README.md):=20=E6=8A=80=E6=9C=AF=E6=A0=88?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9=E5=92=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=8E=92=E5=BA=8F=E7=BB=84=E4=BB=B6sortablej?= =?UTF-8?q?s=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1237956..0eba5f2a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ - element-plus: https://element-plus.gitee.io/zh-CN/component/button.html -- vue-next-router : https://next.router.vuejs.org/zh/introduction.html +- vue-router4 : https://next.router.vuejs.org/zh/introduction.html -- ~~next-vuex:https://next.vuex.vuejs.org/zh/index.html~~ (替换解决方案:pinia) +- ~~vuex4:https://next.vuex.vuejs.org/zh/index.html~~ (pinia替代) - pinia: https://pinia.vuejs.org @@ -497,7 +497,7 @@ export default defineComponent({ ## SVG图标 -[使用手册(详细)](https://github.com/anncwb/vite-plugin-svg-icons/blob/main/README.zh_CN.md) +- [使用手册(详细)](https://github.com/anncwb/vite-plugin-svg-icons/blob/main/README.zh_CN.md) 1. 安装 @@ -615,3 +615,9 @@ server: { 源码坐标:[src/views/pms/goods/components/GoodsInfo.vue](src/views/pms/goods/components/GoodsInfo.vue) +## 列表排序 sortablejs + +1. 安装 + ``` + npm install sortablejs --save + ```