fix(function): Add defineProps reference (#1505)

This commit is contained in:
wujieli0207 2021-12-18 22:23:11 +08:00 committed by GitHub
parent b0a0cbcd6a
commit 0dafaa5972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
</template>
<script lang="ts" setup>
import { computed } from 'vue';
import { computed,defineProps } from 'vue';
import showdown from 'showdown';
const converter = new showdown.Converter();