UNPKG

vue-index-list

Version:

A Vue 2.0-based UI component that passes in an array of specific formats to display a slideable list with a list of right-side indexes.

6 lines (5 loc) 169 B
import IndexList from './indexlist.vue'; export default IndexList; if (typeof window !== 'undefined' && window.Vue) { window.Vue.component('index-list', IndexList); }