doway-coms 3.0.6 → 3.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -32,7 +32,7 @@
32
32
  </div>
33
33
  </template>
34
34
  <script>
35
- import {Modal as VxeModal} from 'vxe-table'
35
+ import {VxeModal} from 'vxe-pc-ui'
36
36
  export default {
37
37
  name: 'BasePrintPreview',
38
38
  components:{
@@ -203,7 +203,7 @@ import { replaceParamString, replaceParam } from '../../utils/common'
203
203
  import request from '../../utils/request'
204
204
  import { Input, Button, Row, Col, Checkbox } from 'ant-design-vue'
205
205
  import { ValidationProvider } from 'vee-validate'
206
- import { Pulldown } from 'vxe-table'
206
+ import { VxePulldown } from 'vxe-pc-ui'
207
207
  import { Tooltip } from 'ant-design-vue'
208
208
  export default {
209
209
  name: 'BasePulldown',
@@ -214,7 +214,7 @@ export default {
214
214
  'a-col': Col,
215
215
  'a-checkbox': Checkbox,
216
216
  'a-checkbox-group': Checkbox.Group,
217
- VxePulldown: Pulldown,
217
+ VxePulldown,
218
218
  ValidationProvider,
219
219
  Tooltip,
220
220
  },