# vueTotastKK **Repository Path**: kaikingg/vue-totast-kk ## Basic Information - **Project Name**: vueTotastKK - **Description**: 测试npm发布 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-26 - **Last Updated**: 2021-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: study ## README # vuetotastkk ## A mobile toast plugin for vue ## Useage ```javascript import vuetotastkk from 'vuetotastkk' Vue.use(vuetotastkk) this.$toast.show("hello, toast") this.$toast.show("hello, toast", { duration: 3000 }) this.$toast.show("hello, toast", funcion() { }) ```