diff --git a/src/guide/scaling-up/sfc.md b/src/guide/scaling-up/sfc.md index 63dc3c9af9..6c2c1ce766 100644 --- a/src/guide/scaling-up/sfc.md +++ b/src/guide/scaling-up/sfc.md @@ -4,6 +4,8 @@ Vue Single-File Components (a.k.a. `*.vue` files, abbreviated as **SFC**) is a special file format that allows us to encapsulate the template, logic, **and** styling of a Vue component in a single file. Here's an example SFC: +
+ ```vue + + + + +``` + +
+ As we can see, Vue SFC is a natural extension of the classic trio of HTML, CSS and JavaScript. The `