Explorar el Código

fix import path

Michael Wang hace 6 años
padre
commit
ce160387e5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/modules/portal/routes/routes.js

+ 2 - 2
src/modules/portal/routes/routes.js

@@ -1,5 +1,5 @@
-import Login from "../components/Login.vue";
-import Home from "../components/Home.vue";
+import Login from "../views/Login.vue";
+import Home from "../views/Home.vue";
 
 export default [
   {