UNPKG
magix-components
Version:
latest (1.3.1)
1.3.1
1.3.0
1.1.0
1.0.0
magix组件
github.com/magix-components/magix-components
magix-components/magix-components
magix-components
/
tmpl
/
mx-popconfirm
/
index.html
7 lines
•
255 B
HTML
View Raw
1
2
3
4
5
6
7
<
div
class
=
"content"
>
<%!content%>
</
div
>
<
div
class
=
"footer"
>
<
button
type
=
"button"
class
=
"btn btn-brand"
mx-click
=
"@{enter}()"
>
<%=enterText%>
</
button
>
<
button
type
=
"button"
class
=
"btn ml5"
mx-click
=
"@{hide}()"
>
<%=cancelText%>
</
button
>
</
div
>