mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 09:13:52 +09:00
refactor: Tweak path alias of client
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Ref, ref } from 'vue';
|
||||
import * as getCaretCoordinates from 'textarea-caret';
|
||||
import { toASCII } from 'punycode';
|
||||
import { popup } from '@/os';
|
||||
import { popup } from '@client/os';
|
||||
|
||||
export class Autocomplete {
|
||||
private suggestion: {
|
||||
@ -150,7 +150,7 @@ export class Autocomplete {
|
||||
const _y = ref(y);
|
||||
const _q = ref(q);
|
||||
|
||||
const { dispose } = await popup(import('@/components/autocomplete.vue'), {
|
||||
const { dispose } = await popup(import('@client/components/autocomplete.vue'), {
|
||||
textarea: this.textarea,
|
||||
close: this.close,
|
||||
type: type,
|
||||
|
Reference in New Issue
Block a user