Skip to content

Commit e32f7a2

Browse files
author
kyvg
committed
fix: demo n-light notification
1 parent 0106287 commit e32f7a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/components/Demo.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Custom style example -->
1111
<notifications
1212
group="custom-style"
13-
position="top center"
13+
position="top right"
1414
classes="n-light"
1515
dangerously-set-inner-html
1616
:max="3"
@@ -93,7 +93,7 @@
9393
<div>
9494
<p>Custom style:</p>
9595
<button @click="show('custom-style')">
96-
top center (max=3)
96+
top right (max=3)
9797
</button>
9898
<p>Custom template:</p>
9999
<button @click="show('custom-template')">
@@ -185,7 +185,7 @@ export default defineComponent({
185185
EXAMPLES
186186
*/
187187
188-
.notification.n-light {
188+
.vue-notification-template.n-light {
189189
margin: 10px;
190190
margin-bottom: 0;
191191

0 commit comments

Comments
 (0)