Skip to content

Commit acd001b

Browse files
Timibadassapertureless
authored andcommitted
docs: Update README.md (#447)
corrected typo in template warning ### Fix or Enhancement? - [ ] All tests passed ### Environment - OS: Write here - NPM Version: Write here
1 parent dac8bcf commit acd001b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
```
9090

9191
::: danger Template Tag can not be merged
92-
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.
92+
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.
9393
:::
9494

9595
## Updating Charts

0 commit comments

Comments
 (0)