0.9.2 • Published 6 years ago
ijijin-view v0.9.2
ijijin-view
ijijin-view是根据开发频率抽离业务封装而成的前端库,这里是VueJs的移动端版本,适用于移动端业务开发。
Version
1.0.0
update info
- 2019.05.09: rem -> vw
compatibility
- ios8.1+
- android4.4+
Install
    npm i --save-dev ijijin-viewUsage
Global components
- Alert
- Toast
- Button
- Icon(min) See the documentation for more details.
	<template>
		<div>
			<v-icon type="lock"/>
			<v-button type="red" @click="showAlert">btn</button>
		</div>
	</template>
	export default {
		data () {
			return {}
		},
		
		methods: {
			showAlert () {
				this.$alert.show('alert')
			}
		},
		
		created() {
			this.$toast.show('toast show')
		}
	}
	Navigation components
- Tab
- Slider
- HorseRaceLamp See the documentation for more details.
Form components
- Input
- Picker See the documentation for more details.
Other components
- PullRefresh
- PullWindow See the documentation for more details.
Developers
contact
michealwayne@163.com
last change
2019.05.09
同花顺爱基金前端© 2019