This commit is contained in:
syuilo
2020-09-05 13:09:34 +09:00
parent 138c9868e8
commit deb3df1536
67 changed files with 229 additions and 229 deletions

View File

@@ -26,7 +26,7 @@ export async function search(v: any, q: string) {
}
v.$root.$emit('warp', date);
v.$root.showDialog({
v.$store.dispatch('showDialog', {
icon: faHistory,
iconOnly: true, autoClose: true
});
@@ -34,7 +34,7 @@ export async function search(v: any, q: string) {
}
if (q.startsWith('https://')) {
const dialog = v.$root.showDialog({
const dialog = v.$store.dispatch('showDialog', {
type: 'waiting',
text: v.$t('fetchingAsApObject') + '...',
showOkButton: false,