UNPKG

@itools-front/ifrontui

Version:

Vue Material Component Framework

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