fix: eslint

This commit is contained in:
xingyu4j
2022-11-23 10:41:14 +08:00
parent f20aff421b
commit 8333e9c3da
12 changed files with 39 additions and 59 deletions

View File

@ -10,4 +10,3 @@ import { IFrame } from '@/components/IFrame'
const BASE_URL = import.meta.env.VITE_BASE_URL
const src = ref(BASE_URL + '/druid/index.html')
</script>