fix(utils): isServer judgment error (#441)

This commit is contained in:
hxp971130 2020-10-20 13:50:29 +08:00 committed by GitHub
parent 3f200f0b45
commit c864b7d53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
export default typeof window === undefined export default typeof window === 'undefined'