liujiayin пре 2 година
родитељ
комит
90bdbd1813
1 измењених фајлова са 15 додато и 0 уклоњено
  1. 15 0
      src/views/platform/cat/type/fileType.vue

+ 15 - 0
src/views/platform/cat/type/fileType.vue

@@ -0,0 +1,15 @@
+<template>
+  <manage categoryKey="FILE_TYPE" />
+</template>
+<script>
+import Manage from './manage'
+export default {
+  components: {
+    Manage
+  },
+  data() {
+    return {
+    }
+  }
+}
+</script>