Skip to content

Commit

Permalink
fix: ignore ts type check
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrazzaq-dev committed Jan 18, 2020
1 parent c87f096 commit 4e9ce9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppDateInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<script lang="ts">
import { Vue, Component, Prop, Watch } from "vue-property-decorator";
//@ts-ignore
import ClickOutside from "vue-click-outside";
import DatePicker from "./DatePicker.vue";
import { ILocaleOption, generateMonthNameInLocale } from "../util/helpers";
Expand Down

0 comments on commit 4e9ce9c

Please sign in to comment.