From e7be94e04127d16b49cbc8917268d9e280b86327 Mon Sep 17 00:00:00 2001 From: Evan Caldwell Date: Tue, 23 Jan 2018 21:48:38 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 598534d7..a0f34f54 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ export default { ## Single File Components -You can create your components in Vues single file components. However it is important that you **do not** have the `` included. Because Vue can't merge tempaltes. And the template is included in the mixin. If you leave the template tag in your component, it will overwrite the one which comes from the base chart and you will have a blank screen. +You can create your components in Vues single file components. However it is important that you **do not** have the `` included. Because Vue can't merge templates. And the template is included in the mixin. If you leave the template tag in your component, it will overwrite the one which comes from the base chart and you will have a blank screen. ## Available Charts