1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 22:32:35 +02:00

Add single file component resources

This commit is contained in:
Kamran Ahmed
2022-08-09 20:47:59 +04:00
parent c4dcd8ad72
commit 5f6741c738

View File

@@ -1 +1,7 @@
# Single file components
# Single File Components
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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://vuejs.org/guide/scaling-up/sfc.html'>Single File Components</BadgeLink>