Reinitialized commit. Update and actors overview with some filters.
This commit is contained in:
11
pages/actors/@actorId/+Page.vue
Normal file
11
pages/actors/@actorId/+Page.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<h2>Actor</h2>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { inject } from 'vue';
|
||||
|
||||
const { routeParams } = inject('pageContext');
|
||||
</script>
|
||||
1
pages/actors/@actorId/+route.js
Normal file
1
pages/actors/@actorId/+route.js
Normal file
@@ -0,0 +1 @@
|
||||
export default '/actors/@actorId/*';
|
||||
Reference in New Issue
Block a user