mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-26 10:14:33 +08:00
chore(docz-plugin-vue): reindent lines
This commit is contained in:
committed by
Marcelo Formentão
parent
d091414d1a
commit
232c94341a
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user