g-ai-robot3 0.1.3 → 0.1.4

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 +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  ### 安装(npm or yarn)
9
9
  ```
10
- npm install g-ai-robot --save
10
+ npm install g-ai-robot3 --save
11
11
  ```
12
12
 
13
13
  ### 使用
@@ -15,10 +15,6 @@ npm install g-ai-robot --save
15
15
  import gAiRobot from "g-ai-robot";
16
16
  import "g-ai-robot/dist/g-ai-robot.css"
17
17
 
18
- components: {
19
- gAiRobot,
20
- }
21
-
22
18
  <g-ai-robot
23
19
  :robotCss="{ zIndex: 9999, right: '10px', top: '300px' }"
24
20
  placement="left"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "g-ai-robot3",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "main": "dist/g-ai-robot3.umd.min.js",
6
6
  "files": [