M
M
Mike2020-11-22 16:45:58
Vue.js
Mike, 2020-11-22 16:45:58

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 question

Ask a Question

731 491 924 answers to any question