zhangming 4 years ago
parent
commit
e9d98e139e
2 changed files with 26 additions and 0 deletions
  1. 1 0
      package.json
  2. 25 0
      src/views/conAdd.vue

+ 1 - 0
package.json

@@ -13,6 +13,7 @@
     "element-ui": "^2.4.5",
     "stompjs": "^2.3.3",
     "vue": "^2.6.11",
+    "vue-json-excel": "^0.3.0",
     "vue-router": "^3.2.0",
     "vuex": "^3.6.0",
     "xlsx": "^0.16.9"

+ 25 - 0
src/views/conAdd.vue

@@ -0,0 +1,25 @@
+<template>
+  <div>
+
+  </div>
+</template>
+
+<script>
+export default {
+  name: "app",
+  data() {
+    return {
+  
+    };
+  },
+  mounted() {
+  
+  },
+  methods: {
+   
+  },
+};
+</script>
+
+<style>
+</style>