Create People/Locations/Vehicles detail pages
This commit is contained in:
9
pages/locations/_id.vue
Normal file
9
pages/locations/_id.vue
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<template> </template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "Location"
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style></style>
|
||||||
9
pages/people/_id.vue
Normal file
9
pages/people/_id.vue
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<template> </template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "Person"
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style></style>
|
||||||
9
pages/vehicles/_id.vue
Normal file
9
pages/vehicles/_id.vue
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<template> </template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "Vehicle"
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style></style>
|
||||||
Reference in New Issue
Block a user