Skip to content

Commit

Permalink
refactor: theme remote install. (halo-dev/console#249)
Browse files Browse the repository at this point in the history
* refactor: theme remote install.

* refactor: theme remote install.
  • Loading branch information
ruibaby authored Sep 22, 2020
1 parent c06c9c6 commit 37ca43a
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 220 deletions.
5 changes: 5 additions & 0 deletions src/core/lazy_lib/components_use.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ Vue.use(Empty)
Vue.use(Result)
Vue.use(Space)

// message config
message.config({
maxCount: 1
})

Vue.prototype.$message = message
Vue.prototype.$notification = notification
Vue.prototype.$info = Modal.info
Expand Down
Loading

0 comments on commit 37ca43a

Please sign in to comment.