dpzvc3-ui 3.0.0 → 3.0.1
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.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,14 +96,6 @@ dpzvc3-ui 提供一些 服务组件,无需注册即可使用,如:
|
|
|
96
96
|
|
|
97
97
|
使用示例
|
|
98
98
|
```bash
|
|
99
|
-
import Vue from 'vue'
|
|
100
|
-
import dpzvc3 from 'dpzvc3-ui'
|
|
101
|
-
import { Message, Modal, Prompt, Indicator } from 'dpzvc3-ui'
|
|
102
|
-
Vue.use(Message)
|
|
103
|
-
Vue.use(Modal)
|
|
104
|
-
Vue.use(Prompt)
|
|
105
|
-
Vue.use(Indicator)
|
|
106
|
-
|
|
107
99
|
import { createApp } from 'vue'
|
|
108
100
|
import App from './components/app.vue'
|
|
109
101
|
import { Message, Modal, Prompt, Indicator } from 'dpzvc3-ui'
|