Browse Source

feat: remove BaseTree

chenhao 2 năm trước cách đây
mục cha
commit
e61c722155
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  1. 0 9
      src/components/element/BaseTree.vue

+ 0 - 9
src/components/element/BaseTree.vue

@@ -1,9 +0,0 @@
-<template>
-  <div class=""></div>
-</template>
-
-<script setup lang="ts" name="EpTree">
-import { reactive, ref } from 'vue'
-</script>
-
-<style scoped lang="scss"></style>