1.1.17 • Published 6 years ago

w-ui v1.1.17

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

wui (beta)

Build Status Coverage Status npm package NPM downloads NPM licence

A Vue.js UI Toolkit for mobile with 50+ components

Install

npm install w-ui

Quick Start

<template>
  <Button type="primary" @click.native="doClick">点我</Button>
</template>

<script>
import { Button, Alert } from 'w-ui'
export default {
  components: {
    Button,
    Alert
  },
  methods: {
    doClick () {
      Alert('hello, wui');
    }
  }
}
</script>

For more information, please refer to Quick Start in our documentation.

https://w-ui.github.io/#/doc

Change log

#1.1.1

  • 【功能】优化accordion组件样式
  • 【bug】修复Confirm回调问题
1.1.17

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago