UNPKG

@dadcici/cascader

Version:

A vue cascading component, without tier restrictions, is selected from a set of associated data sets, often used in provincial, corporate, transactional, directory-level, and so on. Compared to the Select component, you can complete the selection in one g

9 lines (7 loc) 121 B
import Vue from 'vue' import App from './App.vue' import './style.css' new Vue({ el: '#app', render: h => h(App) })