English | 简体中文
If you are also using dao-style, please click here to tell us.
Using npm:
npm install dao-style-vue --save
Using html tag:
<script type="text/javascript" src="dao-style.min.js"></script>
<link rel="stylesheet" href="dist/styles/dao-style.css">
import daoStyle from 'dao-style-vue';
import 'dao-style-vue/styles/dao-style.css';
Vue.use(daoStyle);
<template>
<dao-input v-model="value"></dao-input>
</template>
<script>
export default {
data () {
return {
value: 'hello dao-style'
};
},
}
</script>
Browser | Version |
---|---|
Chrome | 30 |
Safari | 10 |
Firefox | 28 |
IE | 11 |
If you want to contribute or have questions or bugs to report:
Questions: Issues
Bugs: Report bugs
Contribute: How to contribute
Copyright (c) 2016-present, DaoCloud