Able Pro
Vue Laravel
Vue Laravel
  • Documentation
  • Installation
  • Directory Structure
  • ⛱️Theme UI
    • 🎛️Icons
    • 👓Change Logo
    • 🆎Change Typography
    • 🔮Theme Colors
    • ⚙️Theme Settings
    • ⬅️RTL
  • 👩‍💻Development
    • Database Connection
    • Sanctum Integration
    • Sanctum Authentication
    • Frontend API
    • State Management
    • Axios API Calls
    • Routing
  • Perfect Scrollbar
  • Layouts
  • Create a new page
  • Remove Auth
  • Dependencies
  • Roadmap
  • Changelog
Powered by GitBook
On this page
  1. Theme UI

Change Logo

Change Main Logo

For Main Logo - Go to resources/ts/@layouts/components/LogoMain.vue

// LogoMain.vue
<template>
    <div class="logo">
        <RouterLink to="/">
            ... Your_Logo ...
        </RouterLink>
    </div>
</template>

<script setup lang="ts">
    import { RouterLink } from "vue-router";
</script> 
PreviousIconsNextChange Typography

Last updated 1 year ago

⛱️
👓