Create People/Locations/Vehicles detail pages

This commit is contained in:
2020-12-18 06:23:29 +01:00
parent 1801fd54ae
commit e7e6ed91f8
3 changed files with 27 additions and 0 deletions

9
pages/people/_id.vue Normal file
View File

@@ -0,0 +1,9 @@
<template> </template>
<script>
export default {
name: "Person"
};
</script>
<style></style>