//
import {
debounce
} from "throttle-debounce";
The editor is vscode with vetur and prettier installed. It is useless for me to disable these two plug-ins separately. When the project does not start the development environment, this code can be formatted as
.//
import { debounce } from "throttle-debounce";
but after the project starts, it is formatted into one using the formatted name that comes with vscode.
how to make the introduction of this form in both js files and vue files be formatted according to the format binomial.