Fix build problem

This commit is contained in:
2021-08-24 13:01:54 +02:00
parent 232d951f47
commit e181b85532
7 changed files with 8 additions and 64 deletions

View File

@@ -23,7 +23,6 @@
<script lang="ts">
import {defineComponent, useAsync, useContext} from "@nuxtjs/composition-api";
import {Project} from "~/types/types";
export default defineComponent({
name: "index",