quasar.config.js
add settings
module.exports = configure(function(ctx) {
return {
devServer: {
hot: true,
}
}
})
Modify.vue
files, but page cannot refresh
There was no response from the page, It doesn’t refresh
quasar.config.js
add settings
module.exports = configure(function(ctx) {
return {
devServer: {
hot: true,
}
}
})
Modify.vue
files, but page cannot refresh
There was no response from the page, It doesn’t refresh