mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-06-15 22:38:14 +00:00
Import lowercase dayjs
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import {computed, ref} from "vue";
|
import {computed, ref} from "vue";
|
||||||
import ConfigurationQRCode from "@/components/Configuration/configurationQRCode.vue";
|
import ConfigurationQRCode from "@/components/Configuration/configurationQRCode.vue";
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import Duration from 'dayjs/plugin/Duration'
|
import duration from 'dayjs/plugin/duration'
|
||||||
dayjs.extend(Duration);
|
dayjs.extend(Duration);
|
||||||
const props = defineProps([
|
const props = defineProps([
|
||||||
'config'
|
'config'
|
||||||
@@ -113,4 +113,4 @@ const emits = defineEmits(['select'])
|
|||||||
background-color: #28a745 !important;
|
background-color: #28a745 !important;
|
||||||
box-shadow: 0 0 0 .2rem #28a74545;
|
box-shadow: 0 0 0 .2rem #28a74545;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user