Skip to content

Commit d48da2c

Browse files
authored
Refer to File.vue in Vue example
As discussed on discord, the example should refer to File.vue instead of App.vue. https://discord.com/channels/609050358949347368/1094715906577403905/1310404508043444295
1 parent d07922e commit d48da2c

File tree

1 file changed

+1
-1
lines changed
  • content/crutchcorn/collections/framework-field-guide-fundamentals/posts/ffg-fundamentals-intro-to-components

1 file changed

+1
-1
lines changed

content/crutchcorn/collections/framework-field-guide-fundamentals/posts/ffg-fundamentals-intro-to-components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ bootstrapApplication(FileComponent);
325325

326326
## Vue
327327

328-
Because Vue's components all live within dedicated `.vue` SFCs, we have to use two distinct files to render a basic Vue app. We start with our `App.vue` component:
328+
Because Vue's components all live within dedicated `.vue` SFCs, we have to use two distinct files to render a basic Vue app. We start with our `File.vue` component:
329329

330330
```vue
331331
<!-- File.vue -->

0 commit comments

Comments
 (0)