1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-20 21:59:36 +02:00

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

@ -30,8 +30,8 @@
<script setup lang="ts">
import { useCopy } from '@/composable/copy';
import { ref, computed } from 'vue';
import { generateLoremIpsum } from './lorem-ipsum-generator.service';
import { randIntFromInterval } from '@/utils/random';
import { generateLoremIpsum } from './lorem-ipsum-generator.service';
const paragraphs = ref(1);
const sentences = ref([3, 8]);