vue-beautify icon indicating copy to clipboard operation
vue-beautify copied to clipboard

并不想格式化这种import引入的格式怎么处理?

Open xwLyc opened this issue 7 years ago • 0 comments

比如,像这种 import { mapState, mapActions, mapMutations } from 'vuex'

格式化后就变成

import {

    mapState,

    mapActions,

    mapMutations

} from 'vuex'

并不想把这种的格式化掉。。。

xwLyc avatar Jul 12 '18 02:07 xwLyc