版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
12345678910
  1. import TreeSelect from './src/tree-select.mjs';
  2. TreeSelect.install = (app) => {
  3. app.component(TreeSelect.name, TreeSelect);
  4. };
  5. const _TreeSelect = TreeSelect;
  6. const ElTreeSelect = _TreeSelect;
  7. export { ElTreeSelect, _TreeSelect as default };
  8. //# sourceMappingURL=index.mjs.map