1.0.2 • Published 7 years ago

cview v1.0.2

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

Install iView

using npm

npm install cview --save

Or using script tag for global use

<script type="text/javascript" src="cview.min.js"></script>

Usage

<template>
    无双向绑定
    <c-input value="value" range></c-input>
    双向绑定
    <c-input v-model="value" range></c-input>
</template>
<script>
    export default {
        data () {
            return {
                value: 'xxx'
            }
        }
    }
</script>

Use css

import 'cview/dist/styles/cview.css';

Browser Support

Normal browsers and Internet Explorer 9+.

Links

We have been in developing, please pay attention to the cView.