Add avatar crop popup
This commit is contained in:
parent
4f95371081
commit
13725f040b
11 changed files with 306 additions and 1118 deletions
|
@ -10,8 +10,14 @@ module.exports = {
|
|||
plugins: [
|
||||
'html'
|
||||
],
|
||||
globals: {
|
||||
'FileReader': false,
|
||||
'Element': false,
|
||||
'FormData': false,
|
||||
'XMLHttpRequest': false
|
||||
},
|
||||
// add your custom rules here
|
||||
'rules': {
|
||||
rules: {
|
||||
// allow paren-less arrow functions
|
||||
'arrow-parens': 0,
|
||||
// allow async-await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue