fix typo
This commit is contained in:
parent
5b7595d9d7
commit
802a35d4b6
3 changed files with 8 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ watch(() => props.clipId, async () => {
|
|||
immediate: true,
|
||||
});
|
||||
|
||||
provide('cullentClipPage', $$(clip));
|
||||
provide('currentClipPage', $$(clip));
|
||||
|
||||
defineExpose({
|
||||
[symbols.PAGE_INFO]: computed(() => clip ? {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue