12 lines
357 B
Vue
12 lines
357 B
Vue
<template>
|
|
<div>
|
|
<Nuxt />
|
|
<footer class="footer mt-auto py-3 bg-light">
|
|
<b-container fluid>
|
|
<span class="text-muted">Powered by <a href="https://github.com/espeak-ng/espeak-ng" target="_blank">eSpeak-NG</a> and <a href="https://nuxtjs.org" target="_blank">Nuxt.js</a>.</span>
|
|
</b-container>
|
|
</footer>
|
|
|
|
</div>
|
|
</template>
|