Add single file component resources

pull/1453/head
Kamran Ahmed 2 years ago
parent 8c5b9ae3ea
commit f8a207e8b7
  1. 8
      content/roadmaps/105-vue/content/100-fundamental-topics/101-components/100-single-file-components.md

@ -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>

Loading…
Cancel
Save