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 34b74e2 commit 51d44e0Copy full SHA for 51d44e0
docs/quick-start/quick-start.md
@@ -45,8 +45,6 @@ In common used vue Single-File components(`.vue` files), the default exported vu
45
46
If you don't want to use Single-File components, this is another choice. It use `.ts` file to define component and import template from `.tsx` file.
47
48
-> It also requires to export component as `default`.
49
-
50
> Make style effective by webpack loaders as usual.
51
52
[](./code-separated-files-tsx/Comp.render.tsx ':include :type=code tsx')
0 commit comments