UNPKG
@gaonengwww/tiny-toolkit-docs
Version:
latest (1.0.9)
1.0.9
这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点
github.com/opentiny/tiny-cli
opentiny/tiny-cli
@gaonengwww/tiny-toolkit-docs
/
template
/
ng
/
demos
/
app
/
button
/
button-event.html
2 lines
(1 loc)
•
116 B
HTML
View Raw
1
2
<
button
id
=
"button-event"
tiButton
(
click
)=
"onClick($event)"
>
点我
</
button
>
<
demo-log
[
logs
]=
"myLogs"
>
</
demo-log
>