Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit ff30d65

Browse files
committed
fix(content): Fix problem with dev server not starting up in tutorial content
At least one <template> or <script> is required in a single file component.
1 parent 6e873a0 commit ff30d65

File tree

1 file changed

+3
-0
lines changed
  • content/2.concepts/3.routing/.template/files/pages/posts

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
<!-- Challenge -->
2+
<template>
3+
TODO
4+
</template>

0 commit comments

Comments
 (0)