chore: prettier markdown files

This commit is contained in:
chenjiahan
2020-04-02 15:39:06 +08:00
parent 2fb5cca49a
commit d48cd73adb
10 changed files with 105 additions and 121 deletions
+4 -4
View File
@@ -42,11 +42,11 @@ module.exports = {
libraryName: 'vant',
libraryDirectory: 'es',
// 指定样式路径
style: name => `${name}/style/less`
style: (name) => `${name}/style/less`,
},
'vant'
]
]
'vant',
],
],
};
```