Skip to content
Snippets Groups Projects
Unverified Commit ea9e3209 authored by Johann150's avatar Johann150
Browse files

fix(lint): semicolong spacing

parent 121fa406
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
</template>
<script lang="ts">
import { defineComponent, defineAsyncComponent } from 'vue';import * as os from '@/os';
import { defineComponent, defineAsyncComponent } from 'vue';
import * as os from '@/os';
export default defineComponent({
components: {
......
......@@ -3,7 +3,8 @@
</template>
<script lang="ts">
import { defineComponent } from 'vue';import * as os from '@/os';
import { defineComponent } from 'vue';
import * as os from '@/os';
export default defineComponent({});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment