Skip to content

Commit

Permalink
fix: TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-Lin-4549 committed Dec 7, 2024
1 parent 1be69a2 commit d958773
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DataDonow.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
// @ts-nocheck
import { ref } from "vue";
import { VueUiVerticalBar } from "vue-data-ui";
import "vue-data-ui/style.css";
Expand Down
2 changes: 2 additions & 0 deletions src/components/DataFavorite.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
// @ts-nocheck
import { ref } from "vue";
import { VueUiVerticalBar } from "vue-data-ui";
import "vue-data-ui/style.css";
Expand Down
2 changes: 2 additions & 0 deletions src/components/DataGender.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
// @ts-nocheck
import { ref } from "vue";
import { VueUiSparkStackbar } from "vue-data-ui";
Expand Down
2 changes: 2 additions & 0 deletions src/components/DataKpi.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
// @ts-nocheck
import { ref } from "vue";
import { VueUiKpi } from "vue-data-ui";
import "vue-data-ui/style.css";
Expand Down
2 changes: 2 additions & 0 deletions src/components/DataTotal.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
// @ts-nocheck
import { ref } from "vue";
import { VueUiDonut } from "vue-data-ui";
Expand Down

0 comments on commit d958773

Please sign in to comment.