``` 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