¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <view class="u-table"> |
| | | |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | import props from './props.js'; |
| | | /** |
| | | * Table è¡¨æ ¼ |
| | | * @description è¡¨æ ¼ç»ä»¶ä¸è¬ç¨äºå±ç¤ºå¤§éç»æåæ°æ®çåºæ¯ æ¬ç»ä»¶æ ç¾ç±»ä¼¼HTMLçtableè¡¨æ ¼ï¼ç±tableãtrãthãtdå个ç»ä»¶ç»æ |
| | | * @tutorial https://www.uviewui.com/components/table.html |
| | | * @example <u-table><u-tr><u-th>妿 ¡</u-th </u-tr> <u-tr><u-td>æµæ±å¤§å¦</u-td> </u-tr> <u-tr><u-td>æ¸
å大å¦</u-td> </u-tr></u-table> |
| | | */ |
| | | export default { |
| | | name: 'u-table', |
| | | mixins: [uni.$u.mpMixin, uni.$u.mixin,props], |
| | | data() { |
| | | return { |
| | | |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "../../libs/css/components.scss"; |
| | | |
| | | </style> |