1.0.11 • Published 5 years ago

alex-uni-linyas v1.0.11

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

alex-uni-linyas

主要引用于公司项目 uni-app 的组件

About Plus-in

This is a component used in corporate projects, for individual projects, and can be referenced without being used

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

Build Setup

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

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

使用方式如下:

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

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

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

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

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