Skip to content

Commit

Permalink
Merge pull request apertureless#295 from ecaldwell/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
apertureless authored Jan 24, 2018
2 parents 9ef0ded + e7be94e commit 281c847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<template></template>` 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 `<template></template>` 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

Expand Down

0 comments on commit 281c847

Please sign in to comment.