mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-22 16:00:39 +01:00
Fix build problem
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
v-model="form.name"
|
||||
required
|
||||
type="text"
|
||||
placeholder=" "
|
||||
class="first-input w-full"
|
||||
/>
|
||||
<label for="name" class="form-label">{{ $t('contact.form.name') }}</label>
|
||||
@@ -22,7 +21,6 @@
|
||||
v-model="form.email"
|
||||
required
|
||||
type="email"
|
||||
placeholder=" "
|
||||
class="second-input w-full"
|
||||
/>
|
||||
<label for="email" class="form-label">{{ $t('contact.form.email') }}</label>
|
||||
@@ -34,7 +32,6 @@
|
||||
v-model="form.subject"
|
||||
required
|
||||
type="text"
|
||||
placeholder=" "
|
||||
class="form-input w-full"
|
||||
/>
|
||||
<label for="subject" class="form-label">{{ $t('contact.form.subject') }}</label>
|
||||
@@ -44,7 +41,6 @@
|
||||
id="content"
|
||||
v-model="form.content"
|
||||
required
|
||||
placeholder=" "
|
||||
class="form-input w-full"
|
||||
minlength="30"
|
||||
rows="4"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent, useAsync, useContext} from "@nuxtjs/composition-api";
|
||||
import {Experience} from "~/types/types";
|
||||
|
||||
export default defineComponent({
|
||||
name: "ExperiencesAbout",
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent, useAsync, useContext} from "@nuxtjs/composition-api";
|
||||
import {Formation} from "~/types/types";
|
||||
|
||||
export default defineComponent({
|
||||
name: "FormationsHome",
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent, useAsync, useContext} from "@nuxtjs/composition-api";
|
||||
import {Project} from "~/types/types";
|
||||
|
||||
export default defineComponent({
|
||||
name: "ProjectsHome",
|
||||
|
||||
Reference in New Issue
Block a user