remove utils, use Vue.util.warn instead

This commit is contained in:
Justineo
2017-04-18 15:11:20 +08:00
parent c40c3295cd
commit edc7f6a991
10 changed files with 30 additions and 57 deletions

View File

@ -1,4 +1,4 @@
// import whole ECharts package when prebuilding the bundled version
import 'echarts'
export {default} from './components/ECharts.vue'
module.exports = './components/ECharts.vue'