yymini-pop-content 1.0.1 → 1.0.3
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,4 +27,6 @@ yarn add yymini-pop-content
|
|
|
27
27
|
|
|
28
28
|
## use
|
|
29
29
|
```ttml / wxml
|
|
30
|
-
<pop-content visible="{{true}}" title="这里是 title" name="这里是主题 name" desc="这里是描述 desc" bind:close="onClose" />
|
|
30
|
+
<pop-content visible="{{true}}" title="这里是 title" name="这里是主题 name" desc="这里是描述 desc" bind:close="onClose" />
|
|
31
|
+
|
|
32
|
+

|