From c24a5a2a99515b365ebc343b04538bb862790de1 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 21 十二月 2023 11:44:22 +0800 Subject: [PATCH] Merge branch 'feature-code-refactoring' and 'feature-002' --- src/views/exception/components/NoDataStatus.vue | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/views/exception/components/NoDataStatus.vue b/src/views/exception/components/NoDataStatus.vue index bfbf6b8..8ec37dd 100644 --- a/src/views/exception/components/NoDataStatus.vue +++ b/src/views/exception/components/NoDataStatus.vue @@ -1,3 +1,4 @@ +<!-- 鑷畾涔夌殑鏃犳暟鎹姸鎬� 鏍峰紡 --> <script> export default { props:{ @@ -8,17 +9,6 @@ } } }, - data() { - return{ - - } - }, - mounted() { - - }, - methods: { - - } } </script> -- Gitblit v1.9.3