1this.$toast("I'm a toast!", {
2 position: "top-right",
3 timeout: 5000,
4 closeOnClick: true,
5 pauseOnFocusLoss: true,
6 pauseOnHover: true,
7 draggable: true,
8 draggablePercent: 0.6,
9 showCloseButtonOnHover: false,
10 hideProgressBar: true,
11 closeButton: "button",
12 icon: true,
13 rtl: false
14});