Update ToastDoc.vue

pull/3732/head
Tuğçe Küçükoğlu 2022-11-18 11:18:48 +03:00
parent aa0dc3f3d8
commit 747fdf0ad9
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ Vue.use(ToastService);
//example application instance
new Vue({
router,
render: h => h(App)
router,
render: h => h(App)
}).$mount('#app');
</CodeHighlight>
@ -157,7 +157,7 @@ this.$toast.add({severity:'success', summary: 'Success Message', detail:'Order s
<CodeHighlight>
&lt;Toast /&gt;
&lt;Toast position="mykey" /&gt;
&lt;Toast group="mykey" /&gt;
</CodeHighlight>
<CodeHighlight lang="js">