11
This commit is contained in:
@@ -50,7 +50,8 @@ const { $api, navTo, navBack } = inject('globalFunction');
|
|||||||
const weekMap = ['日', '一', '二', '三', '四', '五', '六'];
|
const weekMap = ['日', '一', '二', '三', '四', '五', '六'];
|
||||||
const calendarData = ref([]);
|
const calendarData = ref([]);
|
||||||
const current = ref({});
|
const current = ref({});
|
||||||
import { Solar, Lunar } from '@/packageA/lib/lunar-javascript@1.7.2.js';
|
import lunarModule from '@/packageA/lib/lunar-javascript@1.7.2.js';
|
||||||
|
const { Solar, Lunar } = lunarModule;
|
||||||
|
|
||||||
const isRecord = ref(false);
|
const isRecord = ref(false);
|
||||||
const recordNum = ref(4);
|
const recordNum = ref(4);
|
||||||
|
|||||||
Reference in New Issue
Block a user