fix lint no-undef

This commit is contained in:
Johann150 2022-07-04 16:33:55 +02:00
parent 2bd4323b17
commit a5c3fcea6e
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
6 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<script lang="ts" setup>
import { computed } from 'vue';
import 'prismjs';
import { Prism } from 'prismjs';
import 'prismjs/themes/prism-okaidia.css';
const props = defineProps<{