Client - update prettier config

This commit is contained in:
Sam
2021-07-25 13:23:25 +02:00
parent 433f6bfd52
commit 5d80039319
11 changed files with 113 additions and 100 deletions

View File

@ -6,11 +6,11 @@
</template>
<script lang="ts">
import { defineComponent } from "vue";
import { defineComponent } from 'vue'
export default defineComponent({
name: "NavBar",
});
export default defineComponent({
name: 'NavBar',
})
</script>
<style scoped></style>