fix: disable host check for vuetify 2 template

This commit is contained in:
Lea Anthony
2020-01-02 22:46:12 +11:00
parent 34ef3de737
commit 788d22740b

View File

@@ -37,7 +37,6 @@ module.exports = {
}
},
devServer: {
disableHostCheck: true,
host: 'localhost'
disableHostCheck: true
}
};