版博士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.

1234567891011
  1. import Select from './src/select.mjs';
  2. export { selectV2InjectionKey } from './src/token.mjs';
  3. Select.install = (app) => {
  4. app.component(Select.name, Select);
  5. };
  6. const _Select = Select;
  7. const ElSelectV2 = _Select;
  8. export { ElSelectV2, _Select as default };
  9. //# sourceMappingURL=index.mjs.map