search placeholder

This commit is contained in:
Sebastian Frank 2017-08-29 21:54:52 +02:00
parent 7cd9501f3d
commit 9bf6afd55b
No known key found for this signature in database
GPG Key ID: DC2BC5C506EBF6F3

View File

@ -1,6 +1,6 @@
<template>
<div class="Scroll-Table">
<my-input label="Suche:" type="text" @change="searchChanged" v-model="currentSearch"></my-input>
<my-input placeholder="Suche" type="text" @change="searchChanged" v-model="currentSearch"></my-input>
<my-table :columns="columns" :rows="rows"
:currentOrderBy="currentOrderBy"
:currentOrderDesc="currentOrderDesc"