vuejs / vue-class-component

ES / TypeScript decorator for class-style Vue components.
MIT License
5.81k stars 429 forks source link

extend `this` methods to ui framework 🤔 #550

Open OsirisFrik opened 3 years ago

OsirisFrik commented 3 years ago

Hi!

I use element-plus and I need use methods like:

this.$notify.error({
  title: 'Error',
  message: 'This is an error message'
})

how I can extend this framework to Vue to use methods and don't mark error?