jufubao-base 1.0.56-beta2002 → 1.0.56-beta2003

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": "jufubao-base",
3
- "version": "1.0.56-beta2002",
3
+ "version": "1.0.56-beta2003",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -92,7 +92,7 @@ import XdFormInput from "@/components/XdFormInput/XdFormInput";
92
92
  import XdButton from "@/components/XdButton/XdButton";
93
93
  import XdContentXss from '@/components/XdContentXss/XdContentXss'
94
94
  import { jfbRootExec } from "@/utils/xd.event";
95
- import JfbBaseCardMergeMixin from "./JfbBaseCardMergeMixin";
95
+ import JfbBaseCardMergeEntryMixin from "./JfbBaseCardMergeEntryMixin";
96
96
  import { getContainerPropsValue } from "@/utils/xd.base";
97
97
  import componentsMixins from "@/mixins/componentsMixins";
98
98
  import { mapState } from "vuex";
@@ -111,7 +111,7 @@ export default {
111
111
  XdButton,
112
112
  XdContentXss
113
113
  },
114
- mixins: [componentsMixins, extsMixins, JfbBaseCardMergeMixin],
114
+ mixins: [componentsMixins, extsMixins, JfbBaseCardMergeEntryMixin],
115
115
  data() {
116
116
  return {
117
117
  mergeForm: {},
@@ -293,7 +293,7 @@ export default {
293
293
  </script>
294
294
 
295
295
  <style scoped lang="less">
296
- @import "./JfbBaseCardMergeLess.less";
296
+ @import "./JfbBaseCardMergeEntryLess.less";
297
297
 
298
298
  .xd-notice {
299
299
  padding: unit(40, rpx);