1.0.7 • Published 5 years ago

linyas-uni-plus v1.0.7

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

linyas-uni-plus

主要引用于 uni-app 的组件

About Plus-in

This is the component I used in my project, for individual reference, no need to use.

这是本人项目中用到的组件,用于个体、可以参考无需使用。

Build Setup

你可以打开当前使用的组件,通过内部 props 属性的参数进行操作

由于uni-app的模板使用 view ,样式的css单位为 upx ,所以不要使用 dist 下的js文件,以至于样式被清除掉

使用方式如下:

import TitleBox from 'linyas-uni-plus/lib/public/TitleBox.vue'

<template>
	<TitleBox :title="title" />
</template>

<script>
	export default {
		components: {
			TitleBox
		}  		
	}
</script>
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago