refactor(lint): added import rules

This commit is contained in:
Corentin Thomasset 2022-08-04 22:46:50 +02:00
parent 8089c60000
commit 208a373fd0
No known key found for this signature in database
GPG key ID: DBD997E935996158
16 changed files with 841 additions and 17 deletions

View file

@ -32,9 +32,9 @@
<script setup lang="ts">
import { useDownloadFileFromBase64 } from '@/composable/downloadBase64';
import { useQRCode } from './useQRCode';
import { ref } from 'vue';
import type { QRCodeErrorCorrectionLevel } from 'qrcode';
import { useQRCode } from './useQRCode';
const foreground = ref('#000000ff');
const background = ref('#ffffffff');