mosha-vue-toastify
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "mosha-vue-toastify", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.", |
@@ -16,3 +16,3 @@ # Mosha Vue Toastify | ||
## 功能 | ||
- 简单易用,看看[这里](#the-gist) | ||
- 简单易用,看看[这里](#精华) | ||
- 划屏取消提醒 | ||
@@ -54,3 +54,3 @@ - 完全支持Composition API | ||
name: 'HelloWorld', | ||
setup: () => { | ||
setup () { | ||
const toast = () => { | ||
@@ -57,0 +57,0 @@ createToast('就这么简单噢') |
@@ -53,3 +53,3 @@ # Mosha Vue Toastify | ||
name: 'HelloWorld', | ||
setup: () => { | ||
setup () { | ||
const toast = () => { | ||
@@ -56,0 +56,0 @@ createToast('Wow, easy') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41862