Skip to content

Commit

Permalink
feat(gui): replace src users text field by tags input
Browse files Browse the repository at this point in the history
using multiselect2
refactor(vuejs): Refactor typescript dmAutomation view's script into more "Vue design" way
  • Loading branch information
hbollon committed Aug 17, 2021
1 parent c501bfc commit 3c9d224
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 303 deletions.
1 change: 1 addition & 0 deletions resources/static/vue-igopher/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-undef': 0,
"@typescript-eslint/no-this-alias": ["off"],
"@typescript-eslint/no-explicit-any": ["off"],
},
}
1 change: 1 addition & 0 deletions resources/static/vue-igopher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vueform/multiselect": "^2.1.0",
"core-js": "^3.6.5",
"mitt": "^2.1.0",
"sweetalert2": "^11.0.18",
Expand Down

0 comments on commit 3c9d224

Please sign in to comment.