Refactor Grid module
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Grid from "@/components/Grid";
|
||||
|
||||
export default {
|
||||
name: "Films",
|
||||
components: { Grid: () => import("@/components/Grid") },
|
||||
components: { Grid },
|
||||
head: {
|
||||
titleTemplate: "%s - Films"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user