added less.watch() while in dev
This commit is contained in:
parent
a4aae08034
commit
c3b392abce
1 changed files with 1 additions and 0 deletions
|
@ -599,6 +599,7 @@ const app = new Vue({
|
|||
})
|
||||
this.$forceUpdate()
|
||||
if (this.isDev) {
|
||||
less.watch() // automatically reload the styles when they change
|
||||
this.mk.privateEnabled = true
|
||||
// Hide UserInfo if Dev mode
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue