Sarathkumar
Results
2
issues of
Sarathkumar
Hello @gerasimvol, Really great work, I'm trying to change the **Title colour** for a specific item in accordion. This is not about changing colour during hovering. Just checking if can...
``` notifyVue: async (verticalAlign, horizontalAlign) => { let color = Math.floor(Math.random() * 4 + 1) this.$notify.async({ message: 'Hello', horizontalAlign: horizontalAlign, verticalAlign: verticalAlign, type: this.type[color] }) } ``` will this work