1
This commit is contained in:
8
admin/node_modules/element-plus/es/components/select-v2/index.mjs
generated
vendored
Normal file
8
admin/node_modules/element-plus/es/components/select-v2/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import Select from './src/select.mjs';
|
||||
export { selectV2InjectionKey } from './src/token.mjs';
|
||||
import { withInstall } from '../../utils/vue/install.mjs';
|
||||
|
||||
const ElSelectV2 = withInstall(Select);
|
||||
|
||||
export { ElSelectV2, ElSelectV2 as default };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user