Skip to content

Commit

Permalink
refactor: migration from initial style codes (nuxt-modules#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Sep 23, 2022
1 parent ab7fa9c commit ba9ea1c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/pages/about.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<h1>I am the parent view</h1>
<NuxtChild />
<NuxtPage />
</div>
</template>

0 comments on commit ba9ea1c

Please sign in to comment.