u-tr.vue 426 Bytes
Newer Older
潘永坪's avatar
潘永坪 committed
1 2
<template>
	<view class="u-tr">
潘永坪's avatar
潘永坪 committed
3
		
潘永坪's avatar
潘永坪 committed
4 5 6 7
	</view>
</template>

<script>
潘永坪's avatar
潘永坪 committed
8
	import props from './props.js';
潘永坪's avatar
潘永坪 committed
9
	/**
潘永坪's avatar
潘永坪 committed
10 11 12 13 14 15
	 * Tr  
	 * @description 
	 * @tutorial url
	 * @property {String}
	 * @event {Function}
	 * @example
潘永坪's avatar
潘永坪 committed
16 17
	 */
	export default {
潘永坪's avatar
潘永坪 committed
18 19 20 21 22 23 24
		name: 'u-tr',
		mixins: [uni.$u.mpMixin, uni.$u.mixin,props],
		data() {
			return {
				
			}
		}
潘永坪's avatar
潘永坪 committed
25 26 27 28
	}
</script>

<style lang="scss" scoped>
潘永坪's avatar
潘永坪 committed
29
	@import "../../libs/css/components.scss";
潘永坪's avatar
潘永坪 committed
30 31
	
</style>