We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775865d commit 9ebf89eCopy full SHA for 9ebf89e
src/guide/component-basics.md
@@ -482,7 +482,7 @@ app.component('blog-post', {
482
<blog-post post-title="hello!"></blog-post>
483
```
484
485
-It should be noted that **these limitations does _not_ apply if you are using string templates from one of the following sources**:
+It should be noted that **these limitations do _not_ apply if you are using string templates from one of the following sources**:
486
487
- String templates (e.g. `template: '...'`)
488
- [Single-file (`.vue`) components](single-file-component.html)
0 commit comments