BANNER AT THE TOP
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<banner />
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import banner from "@/ui/Banner";
|
||||
export default {
|
||||
name: "vinlottis",
|
||||
components: {},
|
||||
components: { banner },
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user