Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. >System.err: Calling js method getView failed
  2. System.err:
  3. System.err: TypeError: Cannot read property 'scopedFn' of undefined
  4.  
  5. <ListView for="transaction in transactions" itemTap="onItemTap" height="80%" >
  6. <v-template if="transaction.id">
  7. <StackLayout>
  8. <Label :text="transaction.id" className="placeName" />
  9. <Label :text="transaction.amounttxt" className="placeName" />
  10. <Label :text="transaction.insight_text" className="placeName" />
  11. </StackLayout>
  12. </v-template>
  13. </ListView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement