From 653285e8dd14b58e1514166da5e8a9df2c6c2fc7 Mon Sep 17 00:00:00 2001 From: Lachlan Miller Date: Wed, 8 Apr 2020 00:31:56 +1000 Subject: [PATCH] refactor: add comment --- src/mount.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mount.ts b/src/mount.ts index aefc649e7..bb4eec1be 100644 --- a/src/mount.ts +++ b/src/mount.ts @@ -79,6 +79,8 @@ export function mount

( // create the vm const vm = createApp(Parent(options && options.props)) + + // global mocks mixin if (options?.global?.mocks) { const mixin = { beforeCreate() {