Skip to content

Commit

Permalink
fix(base-count): temp ignore ts
Browse files Browse the repository at this point in the history
  • Loading branch information
webistomin committed Aug 28, 2023
1 parent e1d62ac commit 3a8c12a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixins/BaseCount/BaseCount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export default function BaseCount<T, R>(
* Save response from JSONP or HTTP and emit event
*/
handleResult(value: R) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore check later
this.response = value;
this.$emit('load', value);
},
Expand Down

1 comment on commit 3a8c12a

@vercel
Copy link

@vercel vercel bot commented on 3a8c12a Aug 28, 2023

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:

vue-socials – ./

vue-socials-git-main-webistomin.vercel.app
vue-socials.vercel.app
vue-socials-webistomin.vercel.app

Please sign in to comment.