Skip to content

Commit

Permalink
Center image and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasNasman committed Apr 14, 2021
1 parent a4b3a10 commit 4c4bbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/ban-types, @typescript-eslint/no-explicit-any */
declare module "*.vue" {
import { DefineComponent } from "vue";
// eslint-disable-next-line @typescript-eslint/ban-types, @typescript-eslint/no-explicit-any
const component: DefineComponent<{}, {}, any>;
export default component;
}
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<img alt="Vue logo" src="@/assets/logo.png" />
<img alt="Vue logo" class="mx-auto" src="@/assets/logo.png" />
<HelloWorld msg="Hello Vue 3 + TypeScript + Vite" />
</template>

Expand Down

0 comments on commit 4c4bbe1

Please sign in to comment.