UNPKG

vuetify

Version:

Vue Material Component Framework

14 lines (11 loc) 197 B
import Vue from 'vue' /* @vue/component */ export default Vue.extend({ name: 'filterable', props: { noDataText: { type: String, default: '$vuetify.noDataText', }, }, })