This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
xuzhihao
/
haowanShow
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a9ae0de5b3
Rami (Branch)
Tag
haowan
haowan-tencent
master
haowanShow
/
miniprogram
/
components
/
modal
/
modal.wxml
modal.wxml
110 B
Cronologia
Originale
1
2
3
4
5
6
<view class="modal">
<view class="mask"></view>
<view class="content">
<slot></slot>
</view>
</view>