1
This commit is contained in:
9
admin/node_modules/element-plus/es/components/row/index.mjs
generated
vendored
Normal file
9
admin/node_modules/element-plus/es/components/row/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import Row from './src/row2.mjs';
|
||||
export { RowAlign, RowJustify, rowProps } from './src/row.mjs';
|
||||
export { rowContextKey } from './src/constants.mjs';
|
||||
import { withInstall } from '../../utils/vue/install.mjs';
|
||||
|
||||
const ElRow = withInstall(Row);
|
||||
|
||||
export { ElRow, ElRow as default };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user