Fix typo in Share
This commit is contained in:
parent
3775801cbb
commit
57e4dad7fd
@ -207,7 +207,7 @@ const hash = ref<string>("");
|
|||||||
const token = ref<string>("");
|
const token = ref<string>("");
|
||||||
const clip = ref<any>(null);
|
const clip = ref<any>(null);
|
||||||
|
|
||||||
const $showSuccess = inject<IToastSuccess>("$showError")!;
|
const $showSuccess = inject<IToastSuccess>("$showSuccess")!;
|
||||||
|
|
||||||
const { t } = useI18n({});
|
const { t } = useI18n({});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user