google_online
@google_online
My morning begins with coffee and Twitter.

Как отобразить кнопку после `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>
  • Вопрос задан
  • 25 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы