mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	多模块重构 12:修改项目名字,按照新的规则
This commit is contained in:
		@@ -0,0 +1,5 @@
 | 
			
		||||
export default {
 | 
			
		||||
    props: {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,27 @@
 | 
			
		||||
<template>
 | 
			
		||||
	<picker-view-column>
 | 
			
		||||
		<view class="u-picker-column">
 | 
			
		||||
 | 
			
		||||
		</view>
 | 
			
		||||
	</picker-view-column>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
	import props from './props.js';
 | 
			
		||||
	/**
 | 
			
		||||
	 * PickerColumn 
 | 
			
		||||
	 * @description 
 | 
			
		||||
	 * @tutorial url
 | 
			
		||||
	 * @property {String}
 | 
			
		||||
	 * @event {Function}
 | 
			
		||||
	 * @example
 | 
			
		||||
	 */
 | 
			
		||||
	export default {
 | 
			
		||||
		name: 'u-picker-column',
 | 
			
		||||
		mixins: [uni.$u.mpMixin, uni.$u.mixin,props],
 | 
			
		||||
	}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
	@import "../../libs/css/components.scss";
 | 
			
		||||
</style>
 | 
			
		||||
		Reference in New Issue
	
	Block a user