vue.prototype.$fail = function(title: string, text: string = '') {
      this.$notify({
        title,
        type: 'error',
        text,