You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
426 B

4 years ago
<template>
<view class="u-tr">
4 years ago
4 years ago
</view>
</template>
<script>
4 years ago
import props from './props.js';
4 years ago
/**
4 years ago
* Tr
* @description
* @tutorial url
* @property {String}
* @event {Function}
* @example
4 years ago
*/
export default {
4 years ago
name: 'u-tr',
mixins: [uni.$u.mpMixin, uni.$u.mixin,props],
data() {
return {
}
}
4 years ago
}
</script>
<style lang="scss" scoped>
4 years ago
@import "../../libs/css/components.scss";
4 years ago
</style>