UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

12 lines 258 B
import Vue from 'vue'; /* @vue/component */ export default Vue.extend({ name: 'filterable', props: { noDataText: { type: String, default: '$vuetify.noDataText' } } }); //# sourceMappingURL=filterable.js.map