mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
code style
This commit is contained in:
parent
58842f3c03
commit
5001341ea7
2
test/fixtures/module/modules/basic/index.js
vendored
2
test/fixtures/module/modules/basic/index.js
vendored
@ -1,7 +1,7 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = function basicModule (options) {
|
||||
return new Promise((resolve,reject) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
// Add simple vendor
|
||||
this.addVendor('lodash')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user