Skip to content

Conversation

@johnleider
Copy link
Member

Motivation and Context

fixes #7317

Markup:

Details
<template>
  <v-container class="pa-md-12">
    <v-toolbar>
      <template #extension>
        Fizzbuzz
      </template>
    </v-toolbar>
    <v-toolbar extended></v-toolbar>
    <v-toolbar :extended="false">
      <template #extension>
        Fizzbuzz
      </template>
    </v-toolbar>
  </v-container>
</template>

<script setup>
  import { ref } from 'vue'
</script>

@johnleider johnleider added this to the v3.9.0 (Zealot) milestone Apr 14, 2025
@johnleider johnleider self-assigned this Apr 14, 2025
@johnleider johnleider changed the base branch from master to dev April 14, 2025 20:45
@johnleider johnleider changed the title Feat/toolbar explicit false extension feat(VToolbar): allow for explicit false for extension Apr 14, 2025
@KaelWD KaelWD merged commit 092e64a into dev Jun 2, 2025
19 checks passed
@KaelWD KaelWD deleted the feat/toolbar-explicit-false-extension branch June 2, 2025 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Allow forcing disabling of extension in v-toolbar

2 participants