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