remove console.log
This commit is contained in:
parent
fd44a29f2b
commit
7895474263
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue