fix(lint): semicolong spacing
This commit is contained in:
		| @@ -3,7 +3,8 @@ | |||||||
| </template> | </template> | ||||||
|  |  | ||||||
| <script lang="ts"> | <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({ | export default defineComponent({ | ||||||
| 	components: { | 	components: { | ||||||
|   | |||||||
| @@ -3,7 +3,8 @@ | |||||||
| </template> | </template> | ||||||
|  |  | ||||||
| <script lang="ts"> | <script lang="ts"> | ||||||
| import { defineComponent } from 'vue';import * as os from '@/os'; | import { defineComponent } from 'vue'; | ||||||
|  | import * as os from '@/os'; | ||||||
|  |  | ||||||
| export default defineComponent({}); | export default defineComponent({}); | ||||||
| </script> | </script> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Johann150
					Johann150