🔍 Improving SEO

This commit is contained in:
Liyas Thomas
2020-06-21 11:26:19 +05:30
parent fe9c08e92a
commit a38ef9e29e
7 changed files with 28 additions and 16 deletions

View File

@@ -310,14 +310,12 @@ export default {
"pw-section": () => import("~/components/layout/section"),
Editor: AceEditor,
},
data() {
return {
collectionJSON: "[]",
items: [],
}
},
methods: {
uploadCollection() {
this.rawInput = true
@@ -352,5 +350,10 @@ export default {
}
},
},
head() {
return {
title: `Documentation • ${this.$store.state.name}`,
}
},
}
</script>