New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@ttk/vue-ui

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttk/vue-ui

业务组件库

Source
npmnpm
Version
1.0.13
Version published
Weekly downloads
3
-86.36%
Maintainers
5
Weekly downloads
 
Created
Source

A Vue.js 2.0 UI Toolkit for Web.

@ttk/vue-ui

更新日志

V1.0.9

  • UI底层从Element-ui V2.12.0 升级到 V2.13.1版本
  • 设置pagination的layout默认值为prev, pager, next, slot, jumper, sizes, ->, total

V1.0.11

  • tabs组件添加operate插槽

V1.0.12

  • Dialog和MessageBox组件添加可拖动功能
  • input、switch、checkbok、select、radio组件添加auto-focus属性,用于页面打开时自动获取焦点

简介

这是一个基于Element-ui 2.13.1做的UI框架。

目前版本为 V1.0.9 基于 Element-ui V2.13.1 进行构建.

相关项目

tax-group-app

tax-group-demo

tax-group-ui

Install

npm install tax-group-ui -S

Quick Start

import Vue from 'vue'
import Element from 'tax-group-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'tax-group-ui'

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

更多的文档可查看Element-ui文档也可以查看我们的文档 待完善

Donation

If you find Element useful, you can buy us a cup of coffee

donation

LICENSE

MIT

Keywords

eleme

FAQs

Package last updated on 25 Aug 2020

Related posts