We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f5e71 commit 615b9ccCopy full SHA for 615b9cc
packages/reactivity/src/ref.ts
@@ -13,7 +13,7 @@ import {
13
isArray,
14
isFunction,
15
isObject,
16
- isRef
+ isRef,
17
} from '@vue/shared'
18
import {
19
isProxy,
packages/shared/src/toDisplayString.ts
@@ -8,8 +8,8 @@ import {
8
isSet,
9
isString,
10
isSymbol,
11
- objectToString
12
-} from './general';
+ objectToString,
+} from './general'
/**
* For converting {{ interpolation }} values to displayed strings.
0 commit comments