forked from fdzcxy212206413/gsl_grs
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.
10 lines
318 B
10 lines
318 B
1 month ago
|
import '../../utils/index.mjs';
|
||
|
import Backtop from './src/backtop2.mjs';
|
||
|
export { backtopEmits, backtopProps } from './src/backtop.mjs';
|
||
|
import { withInstall } from '../../utils/vue/install.mjs';
|
||
|
|
||
|
const ElBacktop = withInstall(Backtop);
|
||
|
|
||
|
export { ElBacktop, ElBacktop as default };
|
||
|
//# sourceMappingURL=index.mjs.map
|