Skip to content

Commit 9695b3a

Browse files
amirrustamchrisvfritz
authored andcommitted
1 parent a581bf7 commit 9695b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/single-file-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This can work very well for small to medium-sized projects, where JavaScript is
1313
- **Global definitions** force unique names for every component
1414
- **String templates** lack syntax highlighting and require ugly slashes for multiline HTML
1515
- **No CSS support** means that while HTML and JavaScript are modularized into components, CSS is conspicuously left out
16-
- **No build step** restricts us to HTML and ES5 JavaScript, rather than preprocessors like Jade and Babel
16+
- **No build step** restricts us to HTML and ES5 JavaScript, rather than preprocessors like Pug (formerly Jade) and Babel
1717

1818
All of these are solved by **single-file components** with a `.vue` extension, made possible with build tools such as Webpack or Browserify.
1919

0 commit comments

Comments
 (0)