Skip to content

Commit

Permalink
fix(ui): wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 12, 2018
1 parent 83c2e4e commit b220b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli/lib/util/shouldUseTaobao.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const chalk = require('chalk')
const execa = require('execa')
const request = require('./request')
const { request } = require('@vue/cli-shared-utils')
const inquirer = require('inquirer')
const registries = require('./registries')
const { loadOptions, saveOptions } = require('../options')
Expand Down

0 comments on commit b220b18

Please sign in to comment.