1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 18:45:35 +02:00
This commit is contained in:
tamaina
2023-07-18 03:49:06 +00:00
parent b2c1f5873d
commit 3677a91c4a

View File

@@ -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) {