Skip to content

Commit

Permalink
fix(vue): disableHostCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jul 24, 2023
1 parent e29b040 commit 50ca9dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/vue-uploader/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ module.exports = {
return options;
});
},
devServer: {
disableHostCheck: true,
},
};

0 comments on commit 50ca9dc

Please sign in to comment.