This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<div>apiBaseUrl: {{ apiBaseUrl }}</div>
|
||||
<div>formKey: {{ formKey }}</div>
|
||||
<div>dataListKey: {{ dataListKey }}</div>
|
||||
<div>dataFilterId: {{ dataFilterId }}</div>
|
||||
<div>viewPort is XS: {{ isXS() }}</div>
|
||||
<v-data-table
|
||||
:caption="caption"
|
||||
@@ -41,18 +42,11 @@ export default {
|
||||
},
|
||||
formKey: String,
|
||||
dataListKey: String,
|
||||
caption: String
|
||||
// ,
|
||||
// rowsPerPage: {
|
||||
// type: Number,
|
||||
// default: 100
|
||||
// }
|
||||
// likes: Number,
|
||||
// isPublished: Boolean,
|
||||
// commentIds: Array,
|
||||
// author: Object,
|
||||
// callback: Function,
|
||||
// contactsPromise: Promise // or any other constructor
|
||||
caption: String,
|
||||
dataFilterId: {
|
||||
type: Number,
|
||||
default: 0
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
isXS() {
|
||||
|
||||
Reference in New Issue
Block a user