mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-22 07:50:36 +01:00
Working
This commit is contained in:
@@ -27,9 +27,8 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {computed, ref, useAsync, useContext, watch} from "@nuxtjs/composition-api";
|
||||
import {InfoData, Form} from "../../@types/types";
|
||||
import {combineObject} from "windicss/types/utils/algorithm/compileStyleSheet";
|
||||
import {computed, useAsync, useContext} from "@nuxtjs/composition-api";
|
||||
import {InfoData} from "../../@types/types";
|
||||
|
||||
export default {
|
||||
name: "contact",
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue'
|
||||
import {useAsync, useContext} from "@nuxtjs/composition-api";
|
||||
import {Post, Project} from "../../@types/types";
|
||||
|
||||
export default Vue.extend({
|
||||
head() {
|
||||
|
||||
Reference in New Issue
Block a user