vue3-tree-vue icon indicating copy to clipboard operation
vue3-tree-vue copied to clipboard

cannot cusstom style of tree item

Open phimanh2905 opened this issue 10 months ago • 3 comments

i add style class to styles array on each item but not show style class in tree dom. how i can customize style of tree item?

phimanh2905 avatar Feb 10 '25 09:02 phimanh2905

i add style class to styles array on each item but not show style class in tree dom. how i can customize style of tree item?

Hi @phimanh2905

Are your styles scoped **

Can you share a tiny example ?

geekhybrid avatar Feb 10 '25 19:02 geekhybrid

Image

Image

Image

This is example. I am use style scoped and not scoped but still not effect. FilteredTreeItems is treeItems but have filter, all property is not modify

phimanh2905 avatar Feb 11 '25 01:02 phimanh2905

@phimanh2905 Interesting, can you attempt placing the style in the App.vue file or the entry component ? If it works, please let me know so I can investigate further. I cannot reproduce this on my sample app.

geekhybrid avatar Feb 25 '25 22:02 geekhybrid