mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
9 lines
282 B
JavaScript
9 lines
282 B
JavaScript
import Alert from './src/alert2.mjs';
|
|
export { alertEffects, alertEmits, alertProps } from './src/alert.mjs';
|
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElAlert = withInstall(Alert);
|
|
|
|
export { ElAlert, ElAlert as default };
|
|
//# sourceMappingURL=index.mjs.map
|