Colocada os footers corretos nas views
This commit is contained in:
@@ -49,10 +49,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<FooterPublic />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import FooterPublic from '@/components/FooterPublic.vue'
|
||||||
import HeaderPublic from '@/components/HeaderPublic.vue';
|
import HeaderPublic from '@/components/HeaderPublic.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -37,16 +37,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- FOOTER SIMPLES -->
|
<!-- FOOTER SIMPLES -->
|
||||||
<footer class="bg-primary-dark text-white-50 py-3 mt-5">
|
<FooterPublic />
|
||||||
<div class="container-fluid text-center small">
|
|
||||||
© {{ new Date().getFullYear() }} CtrlCash. Todos os direitos reservados.
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import HeaderPublic from '@/components/HeaderPublic.vue';
|
import FooterPublic from '@/components/FooterPublic.vue'
|
||||||
|
import HeaderPublic from '@/components/HeaderPublic.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user