Element Dialog 控制显示参数传递值

  
  
  props: ["showDialog", "info"],

  methods: {
    close() {
      this.$emit("update:showDialog", !this.showDialog);
    },
  },

你可能感兴趣的:(vue,vue,vue.js,elementui)