UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

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