Skip to content

Commit 1a444bc

Browse files
committed
Will this work this time?
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 1e9de57 commit 1a444bc

File tree

3 files changed

+40
-119
lines changed

3 files changed

+40
-119
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="tree-container">
1010
<power-tree v-model="nodes" :show-branches="true">
1111
<template #title="{ node }">
12-
<div data-title="root">
12+
<div>
1313
{{ node.title }}
1414
</div>
1515
</template>

0 commit comments

Comments
 (0)