公告板
版本库
filestore
活动
搜索
登录
肖辉
/
daoAnOffice
都江堰大屏
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 增加中间地图
刘嘉威
2022-10-25
19fe2c123c31b18566f36a2773b0f2ea0901df63
[~xiaohui/daoAnOffice.git]
/
src
/
components
/
Plugins
/
MessageContent
/
index.vue
1
2
3
4
5
6
7
8
<!-- eslint-disable vue/valid-template-root -->
<template></template>
<script lang="ts" setup>
import { ElMessage } from 'element-plus'
//挂载在 window 方便与在js中使用
window['$message'] = ElMessage
</script>