Vue Flash Message
  • Getting Started
  • Configuration Object
  • Basic Usage
  • Public Methods
  • Data Object
  • Callbacks Object
  • Raw HTML
  • Custom Component
Powered by GitBook
On this page

Was this helpful?

Raw HTML

You can pass raw html to render it in flash message block

Example:

this.flashMessage.show({
    html: '<table>...</table>',
	clickable: true,
	time: 10000,
	blockClass: 'custom_msg'
});
PreviousCallbacks ObjectNextCustom Component

Last updated 5 years ago

Was this helpful?