mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-24 17:00:33 +01:00
Translate all the project
This commit is contained in:
@@ -26,9 +26,9 @@ import {computed} from "@nuxtjs/composition-api";
|
||||
interface ProjectProp {
|
||||
title: string,
|
||||
cover: string,
|
||||
slug: string,
|
||||
tags: Array<String>,
|
||||
description: string,
|
||||
url: string,
|
||||
}
|
||||
|
||||
export default {
|
||||
@@ -42,10 +42,6 @@ export default {
|
||||
type: String,
|
||||
default: "artapi.png"
|
||||
},
|
||||
slug: {
|
||||
type: String,
|
||||
default: "slug"
|
||||
},
|
||||
description: {
|
||||
type: String,
|
||||
default: "Description"
|
||||
|
||||
Reference in New Issue
Block a user