UNPKG

tzcloud-element-pro

Version:

A super practical component library that developed by vue2.x and element-ui

11 lines (7 loc) 214 B
import Puzzler from './src/puzzler.vue' import service from './src/main.js' Puzzler.install = function (Vue) { Vue.component(Puzzler.name, Puzzler) } Puzzler.service = service export default Puzzler