Files
ghibli-api/pages/locations/_id.vue

10 lines
99 B
Vue

<template> </template>
<script>
export default {
name: "Location"
};
</script>
<style></style>