Skip to content

Commit 9b40006

Browse files
author
Aman Patel
committed
Fix alertDocs Closes yuche#97
1 parent 958520c commit 9b40006

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/example/alertDocs.vue

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,22 @@
8686
</alert>
8787
8888
<alert
89-
show="{{showRight}}"
90-
duration="3000"
89+
:show.sync="showRight"
90+
:duration="3000"
9191
type="success"
9292
width="400px"
9393
placement="top-right"
94-
dismissable>
94+
dismissable
95+
>
9596
<span class="icon-ok-circled alert-icon-float-left"></span>
9697
<strong>Well Done!</strong>
9798
<p>You successfully read this important alert message.</p>
9899
</alert>
99100
100101
<alert
101-
show="{{showTop}}"
102-
duration="3000"
103-
type="info"
102+
:show.sync="showTop"
103+
:duration="3000"
104+
type="danger"
104105
width="400px"
105106
placement="top"
106107
dismissable>

0 commit comments

Comments
 (0)