Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 246 Bytes

vue-light-notice

semi opacity notify plugin for vue.js

  • type: 'success' 'warn' 'failure' 'loading' 'text' ''
  • message: message to show
  • usage:
 this.$opacityNotify({
  type: 'success',
  message: 'success!',
  always: false
 });