qdt-admin-layout 1.1.14 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,11 +14,4 @@
14
14
  - 支持 iframe、外链
15
15
  - 数据外部可控,满足大部分定制化需求
16
16
 
17
- ## 安装
18
17
 
19
- ```
20
- npm i qdt-admin-layout -S
21
-
22
- npm用户名:hexiaojun
23
- 密码:hxj1433808390
24
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qdt-admin-layout",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",