remove console.log

This commit is contained in:
tamaina 2023-07-18 04:44:52 +00:00
parent fd44a29f2b
commit 7895474263

View file

@ -41,9 +41,6 @@ export default defineComponent({
},
setup(props, { slots, expose }) {
watch(() => props.denyMoveTransition, () => console.log('denyMoveTransition changed', props.denyMoveTransition));
watch(() => props.items, () => console.log('items changed', props.items));
const $style = useCssModule(); // 使
function getDateText(time: string) {
const date = new Date(time).getDate();