2.0.0 • Published 5 years ago

lins-plugins v2.0.0

Weekly downloads
8
License
-
Repository
-
Last release
5 years ago

lins-plugins

Lista de Plugins para utilizar em novos projetos


Instalação do Pacote

$ npm install --save-dev lins-plugins


Funcionalidades Acrescentadas à Nivel Global

Alerta

$notify:

  • this.$notify.error({ title = 'Erro!', message = 'Ocorreu um erro!', apiError = {}, duration = 0 })
  • this.$notify.warning({ title = 'Atenção!', message = 'Ocorreu um alerta!', duration = 0 })
  • this.$notify.success({ title = 'Sucesso!', message = 'Ocorreu um sucesso!', duration = 0 })

Confirmar

$confirm:

  • this.$confirm(titulo = 'Confirmar', mensagem = '')

EventBus

$events:

  • this.$events.$emit('eventoTeste', ...parametros)
  • this.$events.$on('eventoTeste', function(...parametros) {})
2.0.0

5 years ago

1.0.0

6 years ago