log2
This commit is contained in:
parent
b2c1f5873d
commit
3677a91c4a
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ 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) {
|
||||
|
|
Loading…
Reference in a new issue