@94ai/nf-toast-demo 1.1.13 → 1.1.15

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # `@94ai/nf-toast-demo`
2
2
 
3
- 94智能公共组件nf-toast-demo
3
+ toast示例组件
4
4
 
5
- ## homePage
5
+ ## HomePage
6
6
 
7
7
  官网地址: https://oss.xccjh.top/common-ui/#/nf-index
8
8
 
@@ -10,7 +10,7 @@
10
10
  ## Usage
11
11
 
12
12
  ```
13
- const nfToastDemo = require('@94ai/nf-toast-demo');
13
+ import { NfToastDemo } from '@94ai/nf-toast-demo' // or const nfToastDemo = require('@94ai/nf-toast-demo');
14
14
 
15
- // TODO: DEMONSTRATE API
15
+ Vue.use(NfToastDemo)
16
16
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@94ai/nf-toast-demo",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
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": "^1.1.13"
19
+ "@94ai/nf-theme-chalk": "^1.1.15"
20
20
  },
21
21
  "main": "lib/nf-toast-demo.cjs.js",
22
22
  "module": "lib/nf-toast-demo.esm-bundler.js",