Skip to content

Commit

Permalink
refactor: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Apr 7, 2020
1 parent 33bf174 commit 653285e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ export function mount<P>(

// create the vm
const vm = createApp(Parent(options && options.props))

// global mocks mixin
if (options?.global?.mocks) {
const mixin = {
beforeCreate() {
Expand Down

0 comments on commit 653285e

Please sign in to comment.