mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 09:13:52 +09:00
Fix punycode deprecation warning (#7426)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Ref, ref } from 'vue';
|
||||
import * as getCaretCoordinates from 'textarea-caret';
|
||||
import { toASCII } from 'punycode';
|
||||
import { toASCII } from 'punycode/';
|
||||
import { popup } from '@client/os';
|
||||
|
||||
export class Autocomplete {
|
||||
|
Reference in New Issue
Block a user