vue-toast-pulgins How to use You can install using npm npm i vue-toast-plugins Use this in vue import vueModalPlugins from './toast/toast'Vue.use(vueModalPlugins) this.$toast("没有更多了!!!>_",{duration:3000,type:'success'})