update example astro inline docs (#592)

This commit is contained in:
Fred K. Schott
2021-07-01 05:43:02 -07:00
committed by GitHub
parent 6a660f1b08
commit 8f74b3bdbb
13 changed files with 82 additions and 28 deletions

View File

@ -1,7 +1,10 @@
---
// Component Imports
import Counter from '../components/Counter.vue'
---
// Full Astro Component Syntax:
// https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md
---
<html>
<head>
<meta charset="utf-8" />