lint: Linter fixes

This commit is contained in:
Ilya Artamonov
2023-09-19 20:11:30 +03:00
parent 0a792fc0d5
commit faa35a98a4
12 changed files with 274 additions and 180 deletions

View File

@@ -25,8 +25,8 @@
</div>
</template>
<script lang="ts" setup>
import {ref} from 'vue'
import {Button} from '../../../../src/index'
import { ref } from 'vue'
import { Button } from '../../../../src/index'
const loading = ref(false)
</script>