Skip to content

[Bug]: Append slot doesn't work #49

Closed
@ronronan

Description

@ronronan

Bug description

When I use slot #append, the content of slot is not on the bottom of the page.

Deps used :

  • "@wdns/vuetify-resize-drawer": "^3.2.1"
  • "vue": "^3.5.17"
  • "vuetify": "^3.8.11"

Steps to reproduce

Sample of code :

<VResizeDrawer
    v-model="modelDrawer"
    elevation="3"
    color="#0ff000"
    width="256"
    max-width="356"
    min-width="200"
    handle-position="border"
    handle-border-width="2"
    handle-color="#0ff00"
  >
    <template #default>
      <div>
        Content
      </div>
    </template>
    <template #append> Footer sidebar </template>
  </VResizeDrawer>

Relevant log output

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions