Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 26, 2023
1 parent 9bc9b13 commit 98cb942
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion components/transaction/AllowanceModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
<script lang="ts" setup>
import { computed, ref } from "vue";
import { Vue3Lottie } from "vue3-lottie";
import { ArrowUpRightIcon, InformationCircleIcon, LockOpenIcon } from "@heroicons/vue/24/outline";
import { storeToRefs } from "pinia";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
</template>

<script lang="ts" setup>
import { Vue3Lottie } from "vue3-lottie";
import { ArrowUpRightIcon, InformationCircleIcon } from "@heroicons/vue/24/outline";
import { storeToRefs } from "pinia";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
</template>

<script lang="ts" setup>
import { Vue3Lottie } from "vue3-lottie";
import { ArrowUpRightIcon, InformationCircleIcon } from "@heroicons/vue/24/outline";
import { storeToRefs } from "pinia";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@

<script lang="ts" setup>
import { computed, ref, watch } from "vue";
import { Vue3Lottie } from "vue3-lottie";
import {
ArrowDownIcon,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<script lang="ts" setup>
import { watch } from "vue";
import { Vue3Lottie } from "vue3-lottie";
import { storeToRefs } from "pinia";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<script lang="ts" setup>
import { computed, watch } from "vue";
import { Vue3Lottie } from "vue3-lottie";
import { ArrowUpRightIcon, InformationCircleIcon } from "@heroicons/vue/24/outline";
import { storeToRefs } from "pinia";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@

<script lang="ts" setup>
import { watch } from "vue";
import { Vue3Lottie } from "vue3-lottie";
import { ArrowUpRightIcon, InformationCircleIcon } from "@heroicons/vue/24/outline";
import { storeToRefs } from "pinia";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@

<script lang="ts" setup>
import { computed, ref, watch } from "vue";
import { Vue3Lottie } from "vue3-lottie";
import {
ArrowDownIcon,
Expand Down
5 changes: 5 additions & 0 deletions plugins/lottie.client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import Vue3Lottie from "vue3-lottie";

export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(Vue3Lottie);
});

0 comments on commit 98cb942

Please sign in to comment.