@94ai/nf-toast-demo 3.2.47 → 3.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ const removeInstance = (instance) => {
19
19
  }
20
20
  }
21
21
  const toast = (options) => {
22
- if (Vue2!.prototype.$isServer) return
22
+ if (Vue2!.prototype?.$isServer) return
23
23
  const { autoClose, ...rest } = options
24
24
  const instance = new NotificationConstructor({
25
25
  propsData: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-toast-demo",
3
- "version": "3.2.47",
3
+ "version": "3.2.49",
4
4
  "description": "toast示例组件",
5
5
  "keywords": [
6
6
  "toast"
@@ -16,7 +16,7 @@
16
16
  "url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
17
17
  },
18
18
  "dependencies": {
19
- "@94ai/nf-theme-chalk": "^3.2.47",
19
+ "@94ai/nf-theme-chalk": "^3.2.49",
20
20
  "vue-demi": "^0.14.5"
21
21
  },
22
22
  "peerDependenciesMeta": {
@@ -32,5 +32,5 @@
32
32
  "types": "lib/index.d.ts",
33
33
  "main": "lib/nf-toast-demo.cjs.js",
34
34
  "module": "lib/nf-toast-demo.esm-bundler.js",
35
- "gitHead": "91145bb7df8dad2c0cb3eefb101c6158ec854269"
35
+ "gitHead": "8cbd9254da4ec43f46b29198c0839bf2ba19132d"
36
36
  }