10000 feat: add isServer to setup context · aztalbot/vue-function-api@a731ee7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a731ee7

Browse files
author
Guillaume Chau
committed
feat: add isServer to setup context
1 parent d92b6e2 commit a731ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export function mixin(Vue: VueConstructor) {
222222
'refs',
223223
'attrs',
224224
'listeners',
225+
'isServer',
225226
'ssrContext',
226227
];
227228
const methodReturnVoid = ['emit'];

0 commit comments

Comments
 (0)
0