fix types.

This commit is contained in:
2023-01-11 18:53:30 +08:00
parent 77378f80a0
commit e04b429fc5
13 changed files with 56 additions and 31 deletions

View File

@@ -1,5 +1,9 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import Md from "./step-1/index.md"
</script>
<template>learn</template>
<template>
<Md />
</template>
<style scoped></style>