Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion frontend/src/components/drawer-pro/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<template>
<el-drawer v-model="localOpenPage" :destroy-on-close="true" :size="size" :close-on-press-escape="true">
<el-drawer
v-model="localOpenPage"
@close="closePage"
:destroy-on-close="true"
:size="size"
:close-on-press-escape="true"
>
<template #header>
<el-page-header @back="handleBack">
<template #content>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't see any significant code differences in the provided snippet. The code you have posted is a template for an el-drawer using VueJS, and it seems quite clean without any obvious errors or inefficiencies.

If you have more details about specific concerns that relate to this template such as performance problems related to page size, rendering optimizations, layout customization etc., please provide those details separately and I'd be glad to help optimize further if necessary.

Remember that when making code changes, always make sure to test on different browsers and devices first to avoid compatibility issues.

Expand Down
Loading