Malay Majithia
Malay Majithia
@zjffdu Before this PR, there was no permalink support in vue.js implementation. > Is the note link not permalink before this PR ? Today, we have http://localhost:8080/#/notebook/ as permalink in...
@MaxWeisen You can customize the styling by overriding the style but to add an icon for an existing type you need to register a custom toast. Here is an example...
@IlyaBerzhanin Could you please share the code snippet with plugin initialization and usage? The following seems to work for me: Initialization: ``` Vue.use(Toasted, { iconPack: 'custom-class' }); ``` Usage: ```...