提交 14dbe730 编写于 作者: KK's avatar KK

事件调整

上级 c49f075d
...@@ -33,10 +33,17 @@ export default class appMobContextMenu extends Vue { ...@@ -33,10 +33,17 @@ export default class appMobContextMenu extends Vue {
* @type {*} * @type {*}
* @memberof appMobContextMenu * @memberof appMobContextMenu
*/ */
public showContextMenu(){ public openContextMenu(){
this.isShow = true; this.isShow = true;
} }
/**
* 关闭上下文菜单
*/
public closeContextMenu() {
this.isShow = false;
}
} }
</script> </script>
<style lang="less"> <style lang="less">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册