Skip to content

Commit 17f046e

Browse files
committed
planData are refs
1 parent b6cd97b commit 17f046e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/src/views/PlanView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const planData = inject("planData")
1010
<main-layout>
1111
<plan
1212
v-if="planData[0]"
13-
:plan-source="planData[0]"
14-
:plan-query="planData[1]"
13+
:plan-source="planData[0].value"
14+
:plan-query="planData[1].value"
1515
/>
1616
</main-layout>
1717
</template>

0 commit comments

Comments
 (0)