Answer the question
In order to leave comments, you need to log in
How to display button after `ListView` NativeScript-vue?
<template>
<Page>
<ActionBar title="App"/>
<ListView for="x in myList" @itemTap='detail' >
<v-template>
<StackLayout orientation='horizontal' >
<Label :text="x.id" />
<Label :text="x.topic" />
</StackLayout>
</v-template>
</ListView>
<Button text="Click me" />
</Page>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question