Importing blog

This commit is contained in:
2020-11-24 19:26:34 +01:00
parent aba835f122
commit 23d900b0ff
9 changed files with 150 additions and 71 deletions

View File

@@ -103,6 +103,13 @@
import Vue from 'vue'
export default Vue.extend({
data() {
return {
posts: [],
works: [],
services: []
}
}
})
</script>