From e56f5a70aea08606b71a25ed08d5f294ab5eccfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gottlieb?= Date: Fri, 12 Oct 2018 10:46:47 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b89d0..88893d2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Vue.component('v-chart', ECharts) #### ⚠️ Heads up -##### Importing the souce version +##### Importing the source version If you are using official Vue CLI to create your project and you want to use the untranspiled component (import `vue-echarts/components/ECharts` rather than import `vue-echarts` directly, to optimize bundle size, which is recommended), you'll encounter the problem that the default configuration will exclude `node_modules` from files to be transpiled by Babel.