vue.prototype.$success = function(title: string) {
      this.$notify({
        title,
        type: 'success',
      });