|
|
@@ -3,12 +3,12 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
-import {onMounted} from 'vue';
|
|
|
-import {ElLoading, ElMessage, ElMessageBox, ElNotification} from 'element-plus'
|
|
|
+import { onMounted } from 'vue'
|
|
|
+import { ElLoading, ElMessage, ElMessageBox, ElNotification } from 'element-plus'
|
|
|
onMounted(() => {
|
|
|
- window['$loading'] = ElLoading;
|
|
|
- window['$messageBox'] = ElMessageBox;
|
|
|
- window['$message'] = ElMessage;
|
|
|
- window['$notification'] = ElNotification;
|
|
|
+ window['$loading'] = ElLoading
|
|
|
+ window['$messageBox'] = ElMessageBox
|
|
|
+ window['$message'] = ElMessage
|
|
|
+ window['$notification'] = ElNotification
|
|
|
})
|
|
|
</script>
|