format with prettier

This commit is contained in:
Andreas Zweili 2021-01-25 17:21:35 +01:00
parent 72e63105c5
commit d4c2354f9e
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
import { createApp } from 'vue';
import { createApp } from "vue";
createApp({}).mount('');
createApp({}).mount("");