Merge branch 'redmine-issues/17891' into '1.1'
REDMINE_ISSUE-17891 See merge request onegeo-suite/sites/onegeo-suite-site-login-vuejs!46
No related branches found
No related tags found
Showing
- README.md 1 addition, 0 deletionsREADME.md
- package.json 1 addition, 1 deletionpackage.json
- src/api/personalDataAPI.js 64 additions, 0 deletionssrc/api/personalDataAPI.js
- src/assets/locales/en.json 4 additions, 0 deletionssrc/assets/locales/en.json
- src/assets/locales/fr.json 4 additions, 0 deletionssrc/assets/locales/fr.json
- src/components/PersonalDataExport.vue 158 additions, 0 deletionssrc/components/PersonalDataExport.vue
- src/utils.js 14 additions, 0 deletionssrc/utils.js
- src/views/UserProfile.vue 16 additions, 2 deletionssrc/views/UserProfile.vue
- vue.config.js 7 additions, 0 deletionsvue.config.js
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "^1.5.0", | "axios": "^1.5.0", | ||
"bootstrap-vue": "^2.21.2", | "bootstrap-vue": "^2.22.0", | ||
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"corejs-typeahead": "^1.3.1", | "corejs-typeahead": "^1.3.1", | ||
"lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
... | ... |
src/api/personalDataAPI.js
0 → 100644
src/components/PersonalDataExport.vue
0 → 100644
src/utils.js
0 → 100644
Please register or sign in to comment