chore(docz-plugin-vue): reindent lines

This commit is contained in:
Marcelo Formentão
2018-06-30 11:59:19 -03:00
committed by Marcelo Formentão
parent d091414d1a
commit 232c94341a

View File

@@ -19,9 +19,11 @@ export const vue = () =>
config.plugins.push(new VueLoaderPlugin())
config.plugins.push(new webpack.ProvidePlugin({
'VueWrapper': ["vuera", "VueWrapper"]
}))
config.plugins.push(
new webpack.ProvidePlugin({
VueWrapper: ['vuera', 'VueWrapper'],
})
)
return config
},