Move origin handling to a separate page
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ export default {
|
||||
},
|
||||
head() {
|
||||
return {
|
||||
title: "Dancefinder - Events"
|
||||
title: "Dancefinder - Evenemang"
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<origins />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Origins from "~/components/pages/origins";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Origins
|
||||
},
|
||||
head() {
|
||||
return {
|
||||
title: "Dancefinder - Startpunkter"
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user