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
457 B

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