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