UNPKG

123 BPlain TextView Raw
1/**
2 * @description 命令配置项
3 * @author wangfupeng
4 */
5
6export default {
7 styleWithCSS: false, // 默认 false
8}