UNPKG

elara-ui

Version:

Elara based on element-ui, and add other usefull components

15 lines (12 loc) 193 B
"use strict"; exports.__esModule = true; exports.default = function (ref) { return { methods: { focus: function focus() { this.$refs[ref].focus(); } } }; }; ;