Skip to content

Commit 6652b6f

Browse files
authored
Refer to File.vue in Vue example (playfulprogramming#1215)
As discussed on discord, the example in the Rendering the App section should refer to File.vue instead of App.vue. https://discord.com/channels/609050358949347368/1094715906577403905/1310404508043444295
2 parents d07922e + d48da2c commit 6652b6f

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)