UNPKG

m2-webui

Version:

The package is provided web components and utilities based on vue and element-ui.

11 lines (10 loc) 185 B
export default { methods: { show() { this.$refs.modal && this.$refs.modal.show() }, hide() { this.$refs.modal && this.$refs.modal.hide() } } }