mirror of
https://gitee.com/ShopeX/ECShopX_desktop-frontend
synced 2026-08-07 10:35:45 +08:00
11 lines
210 B
JavaScript
11 lines
210 B
JavaScript
import SpLoading from './src/index.vue'
|
|
import SpLoadingPlugin from './src/plugin'
|
|
import SpLoadingDirective from './src/directive'
|
|
|
|
export default SpLoading
|
|
|
|
export {
|
|
SpLoadingPlugin,
|
|
SpLoadingDirective
|
|
}
|