We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cd97b commit 17f046eCopy full SHA for 17f046e
1 file changed
example/src/views/PlanView.vue
@@ -10,8 +10,8 @@ const planData = inject("planData")
10
<main-layout>
11
<plan
12
v-if="planData[0]"
13
- :plan-source="planData[0]"
14
- :plan-query="planData[1]"
+ :plan-source="planData[0].value"
+ :plan-query="planData[1].value"
15
/>
16
</main-layout>
17
</template>
0 commit comments