lint
This commit is contained in:
parent
6fdb004d48
commit
bd0b7f90cf
|
@ -68,7 +68,9 @@ function redirectIfNotEmbedPage() {
|
||||||
router.replace(`/clips/${props.clipId}`);
|
router.replace(`/clips/${props.clipId}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
redirectIfNotEmbedPage();
|
redirectIfNotEmbedPage();
|
||||||
|
|
||||||
onActivated(redirectIfNotEmbedPage);
|
onActivated(redirectIfNotEmbedPage);
|
||||||
|
|
||||||
// デフォルト: true
|
// デフォルト: true
|
||||||
|
|
|
@ -32,7 +32,9 @@ function redirectIfNotEmbedPage() {
|
||||||
router.replace(`/notes/${props.noteId}`);
|
router.replace(`/notes/${props.noteId}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
redirectIfNotEmbedPage();
|
redirectIfNotEmbedPage();
|
||||||
|
|
||||||
onActivated(redirectIfNotEmbedPage);
|
onActivated(redirectIfNotEmbedPage);
|
||||||
|
|
||||||
provide('EMBED_ORIGINAL_ENTITY_URL', `${url}/notes/${props.noteId}`);
|
provide('EMBED_ORIGINAL_ENTITY_URL', `${url}/notes/${props.noteId}`);
|
||||||
|
|
|
@ -74,7 +74,9 @@ function redirectIfNotEmbedPage() {
|
||||||
router.replace(`/@${props.username}`);
|
router.replace(`/@${props.username}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
redirectIfNotEmbedPage();
|
redirectIfNotEmbedPage();
|
||||||
|
|
||||||
onActivated(redirectIfNotEmbedPage);
|
onActivated(redirectIfNotEmbedPage);
|
||||||
|
|
||||||
// デフォルト: true
|
// デフォルト: true
|
||||||
|
|
Loading…
Reference in a new issue