UNPKG

diandi-ele-form

Version:

基于 element-ui 的数据驱动表单组件

14 lines (13 loc) 329 B
/** * @Author: Wang chunsheng email:2192138785@qq.com * @Date: 2021-11-27 17:48:41 * @Last Modified by: Wang chunsheng email:2192138785@qq.com * @Last Modified time: 2021-11-27 20:41:55 */ module.exports = { semi: false, trailingComma: "none", singleQuote: true, arrowParens: "avoid", bracketSpacing: true }