@whitesev/domutils 1.0.3 → 1.0.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.
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 使用
2
+
3
+ ```npm
4
+ npm install @whitesev/domutils
5
+ // 或者
6
+ nnpm add @whitesev/domutils
7
+ ```
8
+
1
9
  ## 使用js重新对jQuery的部分函数进行了仿写
2
10
 
3
11
  * addClass `给元素添加class`