fix 主题,代码生成导入修复
This commit is contained in:
parent
a1fceb50b5
commit
ee5d816571
@ -413,10 +413,7 @@ import {
|
||||
onUnmounted,
|
||||
onMounted,
|
||||
getCurrentInstance,
|
||||
defineComponent,
|
||||
computed,
|
||||
reactive,
|
||||
toRefs,
|
||||
ref
|
||||
} from 'vue';
|
||||
import { ElMessage } from 'element-plus';
|
||||
@ -650,6 +647,7 @@ onMounted(() => {
|
||||
onUnmounted(() => {
|
||||
proxy.mittBus.off('layoutMobileResize', () => {});
|
||||
});
|
||||
defineExpose({openDrawer})
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
@ -111,6 +111,7 @@ const openDialog = ()=>{
|
||||
getList()
|
||||
visible.value = true
|
||||
}
|
||||
defineExpose({openDialog})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
Loading…
x
Reference in New Issue
Block a user