New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vue-plugin-toast

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-plugin-toast

Imitating Android toast components @vue 2.x

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

@iiijarvis/vue-toast

Imitating Android toast components @vue 2.x

Usage

install

	npm install vue-plugin-toast

import

	// main.js
	import Toast from 'vue-plugin-toast';
	Vue.use(Toast);

use

	// App.vue
	this.$toast('Hello World');

For detailed explanation on how things work, consult the docs for vue-loader.

FAQs

Package last updated on 10 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