We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3df3a commit 795c02bCopy full SHA for 795c02b
docs/getting-started.md
@@ -128,7 +128,7 @@ And we're done! Our components can now be written as:
128
129
```html
130
<template lang="pug">
131
- h1 {world}
+ h1 {name}
132
</template>
133
134
<script lang="ts">
@@ -189,7 +189,7 @@ Now our components are a bit leaner!
189
190
191
<template>
192
193
194
195
<script>
0 commit comments