vuetifyToast.success('Hello'); vuetifyToast.error('Error'); vuetifyToast.show({ text: 'This is an information.', color: 'info', timeout: 10000, icon: 'info' });