UNPKG

m2-ui

Version:

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

13 lines (12 loc) 252 B
"use strict"; exports.__esModule = true; exports.default = { methods: { show: function show() { this.$refs.modal && this.$refs.modal.show(); }, hide: function hide() { this.$refs.modal && this.$refs.modal.hide(); } } };