Skip to content

Luoyuanfeng/vue-loading-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

How to use

In main.js

import components from '@/components/loading-toast/index'

In .vue files

this.$loading().show('loading...');
this.$loading().hide();

this.$toast('success!');

About

A simple loading and toast plugin for Vue.js project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published