mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 22:43:57 +02:00
fix typo
This commit is contained in:
@@ -47,7 +47,7 @@ watch(() => props.clipId, async () => {
|
||||
immediate: true,
|
||||
});
|
||||
|
||||
provide('cullentClipPage', $$(clip));
|
||||
provide('currentClipPage', $$(clip));
|
||||
|
||||
defineExpose({
|
||||
[symbols.PAGE_INFO]: computed(() => clip ? {
|
||||
|
||||
Reference in New Issue
Block a user