测试 Vue {{ vueVersion }} | Element Plus {{ epVersion }} ✓ CDN 加载成功
确定要执行此操作吗?
这是抽屉的内容区域。
支持放置任意表单/表格内容。
共注册 {{ totalIcons }} 个图标,以上展示前 {{ displayedIcons.length }} 个
系统名称:Warehouse Management System
版本:Vue 3 + Element Plus
模式:原型验证
此区域可用于高级参数配置。
1. new Vue() 改为 createApp().mount()
2. slot-scope="scope" 改为 #default="scope"
3. slot="xxx" 改为 #xxx
4. 生命周期 beforeDestroy → beforeUnmount
1. 图标改用 SVG 组件:<el-icon><Search /></el-icon>
2. Dialog 使用 v-model 代替 :visible.sync
3. 需全局注册 app.use(ElementPlus)
Vue 3: https://unpkg.com/vue@3/dist/vue.global.prod.js
Element Plus: https://unpkg.com/element-plus
Icons: https://unpkg.com/@element-plus/icons-vue