Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TjasaZil committed Dec 3, 2022
1 parent 848321e commit e842800
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare module "*.jpg";
declare module "*.png";

1 comment on commit e842800

@vercel
Copy link

@vercel vercel bot commented on e842800 Dec 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

portfolio-git-master-zuzexx.vercel.app
portfolio-zuzexx.vercel.app
portfolio-iota-three-99.vercel.app

Please sign in to comment.