0.0.6 • Published 6 years ago

weng-common-ui v0.0.6

Weekly downloads
5
License
MIT
Repository
-
Last release
6 years ago

weng-common-ui

Installation

Installation

npm i weng-common-ui -S

Usage

Import all components.

import 'weng-common-ui/lib/common-ui.css';
import WengCommonUI from 'weng-common-ui';
Vue.use(WengCommonUI);

or import specified component.

import 'weng-common-ui/lib/common-ui.css';
import {Cell} from 'weng-common-ui';

Demo

<template>
<cell isLink
      content="提现账号管理"
      :label="userInfo.alipay?'已绑定':'未绑定'"
      :labelClass="userInfo.alipay ? '' : 'color-red'"
      @click.native="certToWithdrawal"
      />
</template>
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago