feat: linter and prettier

This commit is contained in:
Alexandr
2022-06-30 17:33:26 +03:00
parent 251ae9bfaa
commit cf3038e401
8 changed files with 2231 additions and 38 deletions

View File

@@ -6,9 +6,7 @@
<Button size="lg">Large - lg</Button>
<Button size="xl">Extra Large - xl</Button>
</div>
</template>
<script setup>
import { Button } from "../../../src/index";
import { Button } from '../../../src/index'
</script>