Explorar el Código

简历分隔符修改

lrf402788946 hace 5 años
padre
commit
d2e30bb1d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/resume.vue

+ 1 - 1
src/views/resume.vue

@@ -159,7 +159,7 @@ export default {
   computed: {},
   methods: {
     skillPro(data) {
-      let arr = data.split(',');
+      let arr = data.split(';');
       return arr;
     },
   },