File tree Expand file tree Collapse file tree 9 files changed +43
-85
lines changed Expand file tree Collapse file tree 9 files changed +43
-85
lines changed Original file line number Diff line number Diff line change 1313
1414``` bash
1515# 克隆仓库
16- git clone https://github.com/pandavips /Vue-Command-Component.git
16+ git clone https://github.com/slothvips /Vue-Command-Component.git
1717cd Vue-Command-Component
1818
1919# 安装依赖
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 pandavips
3+ Copyright (c) 2023 slothvips
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 66
77[ ![ npm version] ( https://badge.fury.io/js/@vue-cmd%2Fcore.svg )] ( https://www.npmjs.com/package/@vue-cmd/core )
88[ ![ npm downloads] ( https://img.shields.io/npm/dm/@vue-cmd/core.svg )] ( https://www.npmjs.com/package/@vue-cmd/core )
9- [ ![ GitHub stars] ( https://img.shields.io/github/stars/pandavips /Vue-Command-Component.svg )] ( https://github.com/pandavips /Vue-Command-Component/stargazers )
10- [ ![ License] ( https://img.shields.io/github/license/pandavips /Vue-Command-Component.svg )] ( LICENSE )
9+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/slothvips /Vue-Command-Component.svg )] ( https://github.com/slothvips /Vue-Command-Component/stargazers )
10+ [ ![ License] ( https://img.shields.io/github/license/slothvips /Vue-Command-Component.svg )] ( LICENSE )
1111
12- [ 文档网站] ( https://pandavips .github.io/Vue-Command-Component/ ) | [ 快速开始] ( https://pandavips .github.io/Vue-Command-Component/guide/quick-start.html ) | [ 在线演示] ( https://pandavips .github.io/Vue-Command-Component/example/base.html )
12+ [ 文档网站] ( https://slothvips .github.io/Vue-Command-Component/ ) | [ 快速开始] ( https://slothvips .github.io/Vue-Command-Component/guide/quick-start.html ) | [ 在线演示] ( https://slothvips .github.io/Vue-Command-Component/example/base.html )
1313
1414</div >
1515
@@ -156,9 +156,9 @@ const openNestedDialogs = async () => {
156156
157157## 📚 文档
158158
159- - [ 完整文档] ( https://pandavips .github.io/Vue-Command-Component/ )
160- - [ 快速开始] ( https://pandavips .github.io/Vue-Command-Component/guide/quick-start.html )
161- - [ 示例演示] ( https://pandavips .github.io/Vue-Command-Component/example/base.html )
159+ - [ 完整文档] ( https://slothvips .github.io/Vue-Command-Component/ )
160+ - [ 快速开始] ( https://slothvips .github.io/Vue-Command-Component/guide/quick-start.html )
161+ - [ 示例演示] ( https://slothvips .github.io/Vue-Command-Component/example/base.html )
162162
163163## 🛠️ 支持的UI库
164164
Original file line number Diff line number Diff line change 33 "version" : " 1.1.3" ,
44 "type" : " module" ,
55 "description" : " Vue3命令式组件核心库 - 简化弹窗、对话框等组件的调用方式,告别繁琐的状态管理" ,
6- "homepage" : " https://pandavips .github.io/Vue-Command-Component/" ,
6+ "homepage" : " https://slothvips .github.io/Vue-Command-Component/" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git+https://github.com/pandavips /Vue-Command-Component.git"
9+ "url" : " git+https://github.com/slothvips /Vue-Command-Component.git"
1010 },
1111 "keywords" : [
1212 " vue" ,
2828 " typescript"
2929 ],
3030 "license" : " MIT" ,
31- "author" : " pandavips " ,
31+ "author" : " slothvips " ,
3232 "main" : " dist/index.cjs.js" ,
3333 "module" : " dist/index.es.js" ,
3434 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 33 "version" : " 1.0.10" ,
44 "type" : " module" ,
55 "description" : " Element Plus命令式组件适配器 - 让Element Plus的Dialog、Drawer等组件支持命令式调用" ,
6- "homepage" : " https://pandavips .github.io/Vue-Command-Component/" ,
6+ "homepage" : " https://slothvips .github.io/Vue-Command-Component/" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git+https://github.com/pandavips /Vue-Command-Component.git"
9+ "url" : " git+https://github.com/slothvips /Vue-Command-Component.git"
1010 },
1111 "keywords" : [
1212 " vue" ,
2929 " adapter"
3030 ],
3131 "license" : " MIT" ,
32- "author" : " pandavips " ,
32+ "author" : " slothvips " ,
3333 "main" : " dist/index.cjs.js" ,
3434 "module" : " dist/index.es.js" ,
3535 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 33 "version" : " 0.2.2" ,
44 "type" : " module" ,
55 "description" : " Vue Command Component hooks" ,
6- "author" : " pandavips " ,
6+ "author" : " slothvips " ,
77 "license" : " MIT" ,
88 "keywords" : [
99 " vue" ,
Original file line number Diff line number Diff line change 33 "version" : " 1.0.7" ,
44 "type" : " module" ,
55 "description" : " Naive UI adapters for Vue Command Component" ,
6- "homepage" : " https://pandavips .github.io/Vue-Command-Component/" ,
6+ "homepage" : " https://slothvips .github.io/Vue-Command-Component/" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git+https://github.com/pandavips /Vue-Command-Component.git"
9+ "url" : " git+https://github.com/slothvips /Vue-Command-Component.git"
1010 },
1111 "keywords" : [
1212 " vue" ,
1616 " naive-ui"
1717 ],
1818 "license" : " MIT" ,
19- "author" : " pandavips " ,
19+ "author" : " slothvips " ,
2020 "main" : " dist/index.cjs.js" ,
2121 "module" : " dist/index.es.js" ,
2222 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 33 "version" : " 1.1.1" ,
44 "type" : " module" ,
55 "description" : " Vant命令式组件适配器 - 让Vant的Popup、Dialog等组件支持命令式调用,专为移动端优化" ,
6- "homepage" : " https://pandavips .github.io/Vue-Command-Component/" ,
6+ "homepage" : " https://slothvips .github.io/Vue-Command-Component/" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git+https://github.com/pandavips /Vue-Command-Component.git"
9+ "url" : " git+https://github.com/slothvips /Vue-Command-Component.git"
1010 },
1111 "keywords" : [
1212 " vue" ,
3030 " h5"
3131 ],
3232 "license" : " MIT" ,
33- "author" : " pandavips " ,
33+ "author" : " slothvips " ,
3434 "main" : " dist/index.cjs.js" ,
3535 "module" : " dist/index.es.js" ,
3636 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments