Recursive Components
An SFC can implicitly refer to itself via its
filename. E.g. a file named FooBar.vue
can refer
to itself as <FooBar/>
in its template.
An SFC can implicitly refer to itself via its
filename. E.g. a file named FooBar.vue
can refer
to itself as <FooBar/>
in its template.