Skip to content

Instantly share code, notes, and snippets.

@potato4d
Created March 3, 2020 13:59
Show Gist options
  • Save potato4d/a620177cf3449902852cfe9c78f37249 to your computer and use it in GitHub Desktop.
Save potato4d/a620177cf3449902852cfe9c78f37249 to your computer and use it in GitHub Desktop.
import 'vue-tsx-support'
import { AllHTMLAttributes } from "vue-tsx-support/types/dom";
declare module "vue-tsx-support/types/base" {
type HTMLAttrs = Omit<AllHTMLAttributes, 'size'>
interface ComponentAdditionalAttrs extends HTMLAttrs {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment