0.0.27 • Published 1 year ago

element-tab v0.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

npm install element-tab -S

Quick Start

import Vue from 'vue'
import Element from 'element-tab'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-tab'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)