mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-26 18:00:38 +01:00
Working
This commit is contained in:
@@ -19,6 +19,3 @@ export default Vue.extend({
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
|
||||
@@ -33,7 +33,9 @@ import {Project} from "../../@types/types";
|
||||
|
||||
export default {
|
||||
name: "index",
|
||||
head: {},
|
||||
head: {
|
||||
title: `Projects - Arthur Danjou`
|
||||
},
|
||||
setup() {
|
||||
const { $content, i18n } = useContext()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user