Przeglądaj źródła

【新增】折叠

howie 2 lat temu
rodzic
commit
be0506afd6
1 zmienionych plików z 13 dodań i 0 usunięć
  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>