From c9c263dc43ad90f95f24a036cee9e6b47afb596c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期六, 21 十二月 2024 18:44:20 +0800 Subject: [PATCH] 新建盐城德森项目 --- uni_modules/uni-table/components/uni-tbody/uni-tbody.vue | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue b/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue index fbe1bdc..66a70c8 100644 --- a/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue +++ b/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> -- Gitblit v1.9.1