skyouc
2024-12-21 c9c263dc43ad90f95f24a036cee9e6b47afb596c
uni_modules/uni-table/components/uni-tbody/uni-tbody.vue
@@ -1,29 +1,29 @@
<template>
   <!-- #ifdef H5 -->
   <tbody>
      <slot></slot>
   </tbody>
   <!-- #endif -->
   <!-- #ifndef H5 -->
   <view><slot></slot></view>
   <!-- #endif -->
</template>
<script>
export default {
   name: 'uniBody',
   options: {
      virtualHost: true
   },
   data() {
      return {
      }
   },
   created() {},
   methods: {}
}
</script>
<style>
</style>
<template>
   <!-- #ifdef H5 -->
   <tbody>
      <slot></slot>
   </tbody>
   <!-- #endif -->
   <!-- #ifndef H5 -->
   <view><slot></slot></view>
   <!-- #endif -->
</template>
<script>
export default {
   name: 'uniBody',
   options: {
      virtualHost: true
   },
   data() {
      return {
      }
   },
   created() {},
   methods: {}
}
</script>
<style>
</style>