@johmun/vue-tags-input
Version:
A tags input component for VueJS with autocompletion, custom validation, templating and much more
23 lines (21 loc) • 542 B
JavaScript
import Validation from './validation';
import Autocomplete from './autocomplete';
import Hooks from './hooks';
import EditTag from './edit-tag';
import AddSaveOnKey from './add-save-on-key';
export default [{
path: '/e2e-suite/validation',
component: Validation,
}, {
path: '/e2e-suite/autocomplete',
component: Autocomplete,
}, {
path: '/e2e-suite/hooks',
component: Hooks,
}, {
path: '/e2e-suite/edit-tag',
component: EditTag,
}, {
path: '/e2e-suite/add-save-on-key',
component: AddSaveOnKey,
}];