Frontend Matter Frontend Matter
  • Features
  • Demos
  • Pages
  • Pricing

Settings

  1. Luma Vue
  2. Settings

Brand

Update the brand name used globally in the app from store/index.js

export const state = () => ({ brand: 'Luma' })

You can use $store.state.brand in any component.

<h1>{{ $store.state.brand }}</h1>

Settings UI

Enable or disable the ability to update the application settings via the user interface from store/settings.js

export const state = () => ({ ui: true })
Table of Contents
  • Settings
  • Brand
  • Settings UI
keyboard_arrow_left Next RTL arrow_forward

Frontend Matter

Beautifully crafted Bootstrap themes and templates for modern web apps.

Themes

  • Bootstrap Themes
  • Admin & Dashboard
  • Landing Pages
  • Business & Corporate
  • Blog & News
  • Bundles

Templates

  • Bootstrap Templates
  • Admin & Dashboard
  • Landing Pages
  • Navigation Layouts
  • eCommerce & Retail
  • Blog & News

Company

  • Terms and Conditions
  • Privacy Policy
  • Licenses

Copyright 2020 © All rights reserved.

Illustrations by Freepik Storyset
Luma Vue
  • Features
  • Demos
  • Pages
  • Pricing
Documentation
  • Getting Started
    • Introduction
    • Installation
    • SPA mode
    • SPA Prerendering
    • SSR mode
    • Authentication
  • Vue App
    • Project Structure
    • Vuex Store
    • Settings
    • RTL
    • Components
    • Sidebar
    • Navbar
    • Layouts
    • Pages
    • Sidebar Menu
    • Translation
    • Custom Components
  • Layout Components
    • AppLayout
    • FixedLayout
    • FmvDrawer
    • FmvDrawerLayout
    • FmvHeader
    • FmvHeaderLayout
    • FmvPerfectScrollbar
    • FmvSidebar
    • FmvSidebarMenu
  • UI Components
    • BvFormImageGroup
    • Card
    • FmvAvatar
    • FmvHighlight
    • FmvInputGroupMerge
    • MdIcon
  • Charts
    • FmvAreaChart
    • FmvBarChart
    • FmvDoughnutChart
    • FmvLineChart
    • FmvRadarChart