@bdsoft/element 1.1.3 → 1.1.5
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/index.js
CHANGED
package/package.json
CHANGED
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
|
|
49
49
|
<script setup>
|
|
50
50
|
import { ref, computed } from 'vue';
|
|
51
|
-
import * as
|
|
51
|
+
import * as dayjsModule from 'dayjs'
|
|
52
|
+
const dayjs = dayjsModule.default || dayjsModule;
|
|
52
53
|
import BdEmpty from '../../components/empty/empty.vue'
|
|
53
54
|
// 接收父组件传递的里程碑数据 const bgColor = ref('#0ea5e9') // 0ea5e9
|
|
54
55
|
const props = defineProps({
|