Skip to content

Commit

Permalink
Use a layout component for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jun 23, 2022
1 parent 18ea6e6 commit eafe358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<html>
<head><title>Vue component</title></head>
<body><slot></slot></body>
</html>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: ../components/Layout.astro
setup: |
import Counter from '../components/Counter.vue';
import VueComponent from '../components/VueComponent.vue';
Expand Down

0 comments on commit eafe358

Please sign in to comment.