1
lzhe
2024-04-13 ccc80f6e56608aa8f2cb078767359173f35b67e1
1
已修改1个文件
4 ■■■ 文件已修改
src/views/home/widgets/components/ver.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/widgets/components/ver.vue
@@ -8,7 +8,7 @@
        </el-card>
        <el-drawer
          title="我是标题"
          :visible.sync="drawer"
          :visible="drawer"
          :direction="direction"
          :before-close="handleClose">
          <span>我来啦!</span>
@@ -29,9 +29,7 @@
        },
        methods: {
            showDrawer() {
                alert(2)
                this.drawer = true;
                alert(3)
            },
            handleClose(done) {
                this.$confirm('确认关闭?').then(_ => {