File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"component" : true ,
3
3
"usingComponents" : {
4
- "l-pupop " : " ../popup/index"
4
+ "l-popup " : " ../popup/index"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 1
1
<!-- popup.wxml -->
2
- <l-pupop
2
+ <l-popup
3
3
show="{{show}}"
4
4
animation="show"
5
5
contentAlign="center"
26
26
>{{confirmText}}</view>
27
27
</view>
28
28
</view>
29
- </l-pupop >
29
+ </l-popup >
Original file line number Diff line number Diff line change 1
1
{
2
2
"component" : true ,
3
3
"usingComponents" : {
4
- "l-pupop " : " ../popup/index"
4
+ "l-popup " : " ../popup/index"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 1
1
<!-- popup.wxml -->
2
- <l-pupop
2
+ <l-popup
3
3
show="{{show}}"
4
4
animation="show"
5
5
contentAlign="center"
26
26
>{{confirmText}}</view>
27
27
</view>
28
28
</view>
29
- </l-pupop >
29
+ </l-popup >
Original file line number Diff line number Diff line change 1
1
{
2
2
"component" : true ,
3
3
"usingComponents" : {
4
- "l-pupop " : " ../popup/index"
4
+ "l-popup " : " ../popup/index"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 1
1
<!-- popup.wxml -->
2
- <l-pupop
2
+ <l-popup
3
3
show="{{show}}"
4
4
animation="show"
5
5
contentAlign="center"
26
26
>{{confirmText}}</view>
27
27
</view>
28
28
</view>
29
- </l-pupop >
29
+ </l-popup >
You can’t perform that action at this time.
0 commit comments