Skip to content

Commit 671f572

Browse files
aQingYun7insummer
authored andcommitted
fix:修改dialog引用组件名称错误 (#295)
1 parent 126e7ec commit 671f572

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

dist/dialog/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"component": true,
33
"usingComponents": {
4-
"l-pupop": "../popup/index"
4+
"l-popup": "../popup/index"
55
}
66
}

dist/dialog/index.wxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- popup.wxml -->
2-
<l-pupop
2+
<l-popup
33
show="{{show}}"
44
animation="show"
55
contentAlign="center"
@@ -26,4 +26,4 @@
2626
>{{confirmText}}</view>
2727
</view>
2828
</view>
29-
</l-pupop>
29+
</l-popup>

examples/dist/dialog/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"component": true,
33
"usingComponents": {
4-
"l-pupop": "../popup/index"
4+
"l-popup": "../popup/index"
55
}
66
}

examples/dist/dialog/index.wxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- popup.wxml -->
2-
<l-pupop
2+
<l-popup
33
show="{{show}}"
44
animation="show"
55
contentAlign="center"
@@ -26,4 +26,4 @@
2626
>{{confirmText}}</view>
2727
</view>
2828
</view>
29-
</l-pupop>
29+
</l-popup>

src/dialog/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"component": true,
33
"usingComponents": {
4-
"l-pupop": "../popup/index"
4+
"l-popup": "../popup/index"
55
}
66
}

src/dialog/index.wxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- popup.wxml -->
2-
<l-pupop
2+
<l-popup
33
show="{{show}}"
44
animation="show"
55
contentAlign="center"
@@ -26,4 +26,4 @@
2626
>{{confirmText}}</view>
2727
</view>
2828
</view>
29-
</l-pupop>
29+
</l-popup>

0 commit comments

Comments
 (0)