Skip to content

Commit

Permalink
docs: Update README.md (apertureless#447)
Browse files Browse the repository at this point in the history
corrected typo in template warning



### Fix or Enhancement?


- [ ] All tests passed


### Environment
- OS: Write here
- NPM Version: Write here
  • Loading branch information
Timibadass authored and apertureless committed Nov 27, 2018
1 parent dac8bcf commit acd001b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
```

::: danger Template Tag can not be merged
Do not include the `<template>` tag to your `.vue` files. Vue can **not** merge templates. If you add an empty `<template>` tag, Vue will took the template from your component and not from the extended one, which will result in an empty template and errors.
Do not include the `<template>` tag to your `.vue` files. Vue can **not** merge templates. If you add an empty `<template>` tag, Vue will take the template from your component and not from the extended one, which will result in an empty template and errors.
:::

## Updating Charts
Expand Down

0 comments on commit acd001b

Please sign in to comment.