Browse Source

【新增】折叠

howie 2 năm trước cách đây
mục cha
commit
be0506afd6
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      src/components/Common/collapse.vue

+ 13 - 0
src/components/Common/collapse.vue

@@ -0,0 +1,13 @@
+<template>
+$END$
+</template>
+
+<script>
+export default {
+name: "collapse"
+}
+</script>
+
+<style scoped>
+
+</style>