yymini-pop-slot 1.0.0 → 1.0.1
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/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yymini-pop-slot",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "小程序(抖音)-插槽 slot 中间弹出框自定义组件",
|
|
5
5
|
"main": "pop-slot.js",
|
|
6
6
|
"miniprogram": ".",
|
|
7
7
|
"keywords": [
|
|
@@ -11,7 +11,11 @@
|
|
|
11
11
|
"confirm",
|
|
12
12
|
"modal",
|
|
13
13
|
"弹出框",
|
|
14
|
-
"中间弹出框"
|
|
14
|
+
"中间弹出框",
|
|
15
|
+
"插槽",
|
|
16
|
+
"slot",
|
|
17
|
+
"小程序插槽",
|
|
18
|
+
"小程序slot"
|
|
15
19
|
],
|
|
16
20
|
"author": "Allen.ge <gyjshow@163.com>",
|
|
17
21
|
"license": "MIT",
|