Your Name
2022-07-04 b5069cc8ebdb8bc51f1b45f0c49a7e385490a32a
src/stores/routesList.ts
@@ -12,6 +12,7 @@
      routesList: [],
      isColumnsMenuHover: false,
      isColumnsNavHover: false,
      projectId:'',
   }),
   actions: {
      async setRoutesList(data: Array<string>) {