This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
:total-items="totalItems"
|
||||
:loading="loading"
|
||||
:rows-per-page-items="rowsPerPageItems"
|
||||
:rows-per-page-text = "rowsPerPageText"
|
||||
class="elevation-1"
|
||||
>
|
||||
<template slot="items" slot-scope="props">
|
||||
@@ -83,6 +84,7 @@ export default {
|
||||
pagination: {},
|
||||
selected: [],
|
||||
rowsPerPageItems: [5, 10, 25, 99],
|
||||
rowsPerPageText:"blah per blah",
|
||||
headers: [
|
||||
{
|
||||
text: this.lt("Widget"),
|
||||
|
||||
Reference in New Issue
Block a user