Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug Report][3.6.13] Vuetify treeview component doesn't show icons for items with children #20222

Closed
liulysk opened this issue Jul 25, 2024 · 1 comment
Labels
duplicate The issue has already been reported

Comments

@liulysk
Copy link

liulysk commented Jul 25, 2024

Environment

Vuetify Version: 3.6.13
Vue Version: 3.5.0-alpha.4
Browsers: Chrome 126.0.0.0
OS: Windows 10

Steps to reproduce

    {
      title: 'node_modules',
      file: 'png',
    },
    {
      title: 'public',
      file: 'png',
      children: [
        {
          title: 'static',
          children: [
            {
              title: 'logo.png',
              file: 'png',
            },
          ],
        },
        {
          title: 'favicon.ico',
          file: 'png',
        },
        {
          title: 'index.html',
          file: 'html',
        },
      ],
    }

Expected Behavior

Icons are visible next to item with children items

Actual Behavior

Example in vuetify playground doesn't show default "folder" icon

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

Supposed to be fixed in release: 3.6.9, #20009

@KaelWD KaelWD added the duplicate The issue has already been reported label Jul 25, 2024
@KaelWD
Copy link
Member

KaelWD commented Jul 25, 2024

Duplicate of #20009

Screenshot_20240725_165918

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants