Update ToastDoc.vue
parent
aa0dc3f3d8
commit
747fdf0ad9
|
@ -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>
|
||||
<Toast />
|
||||
<Toast position="mykey" />
|
||||
<Toast group="mykey" />
|
||||
</CodeHighlight>
|
||||
|
||||
<CodeHighlight lang="js">
|
||||
|
|
Loading…
Reference in New Issue