fix types.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user