Added footer to every page
This commit is contained in:
@@ -9,15 +9,18 @@
|
||||
<div class="mx-auto prose" v-html="content"></div>
|
||||
</div>
|
||||
</section>
|
||||
<Footer></Footer>
|
||||
</template>
|
||||
<style src="../simple.css">
|
||||
</style>
|
||||
<script>
|
||||
import marked from "marked";
|
||||
import Footer from "@/components/Footer.vue";
|
||||
export default {
|
||||
components: {Footer},
|
||||
data() {
|
||||
return {
|
||||
content: ""
|
||||
content: "",
|
||||
}
|
||||
},
|
||||
async beforeMount() {
|
||||
|
||||
Reference in New Issue
Block a user