Skip to content

Commit 393a2bd

Browse files
committed
format
1 parent 7562737 commit 393a2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ const VueAutoRoutingPlugin = require('vue-auto-routing/lib/webpack-plugin')
22

33
const defaultOptions = {
44
pages: 'src/pages',
5-
nested: true,
5+
nested: true
66
}
77

88
module.exports = (api, options) => {
99
const pluginOptions = {
1010
...defaultOptions,
11-
...(options.pluginOptions && options.pluginOptions.autoRouting),
11+
...(options.pluginOptions && options.pluginOptions.autoRouting)
1212
}
1313

1414
api.chainWebpack(webpackConfig => {

0 commit comments

Comments
 (0)