文件名称:vue-toaster:Vue 3的Vue.js Toast通知插件
文件大小:169KB
文件格式:ZIP
更新时间:2024-06-11 23:03:21
notification hacktoberfest vue3 vuejs3 vue-toaster
Vue烤面包机 Vue 3的Vue.js Toast通知插件 安装 # yarn yarn add @meforma/vue-toaster # npm npm install @meforma/vue-toaster 进口 // In you main.js // ... considering that your app creation is here import Toaster from "@meforma/vue-toaster" ; createApp ( App ) . use ( Toaster ) . mount ( "#app" ) ; 用法 // this.$toast.show(message, {/* options */}); this . $toast . show ( `Hey! I'm here` ) ; this . $toast . succe
【文件预览】:
vue-toaster-master
----.gitignore(628B)
----package.json(689B)
----src()
--------defaults()
--------Toaster.vue(5KB)
--------index.js(333B)
--------helpers()
--------api.js(914B)
--------themes()
----LICENSE.txt(1KB)
----README.md(4KB)
----example()
--------.gitignore(231B)
--------package.json(1KB)
--------src()
--------public()
--------README.md(311B)
--------.eslintignore(0B)
--------babel.config.js(73B)
--------.prettierrc(97B)
--------yarn.lock(372KB)
----.npmignore(9B)