New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mutt-forms-vue

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutt-forms-vue

Mutt forms - VueJS integration

  • 0.6.0
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

mutt-forms-vue

A VueJS plugin for Mutt Forms.

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

Using Mutt Forms Vue

[todo]

Widget Events

Widgets will fire events on certain interactions. These events are all wrapped up under the same event name "callback", which allows for one handler to be bound to all the widgets. The "callback" event includes an action, describing the type of interaction.

The payload also includes the name of the field and the current value.

Actions:

  • submit Each time a item is 'submitted' a submit event is fired. This will include a payload with the validation status.

  • select Select elements will fire this event on a change of value

  • radioSelect Radio elements will fire this event on a change of value

FAQs

Package last updated on 14 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc