We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0561338 commit 4055c95Copy full SHA for 4055c95
src/index.js
@@ -8,7 +8,7 @@ import {
8
} from './lazy'
9
10
const prefix = '_async_computed$'
11
-const DidNotUpdate = Symbol('did-not-update');
+const DidNotUpdate = Symbol('did-not-update')
12
13
const AsyncComputed = {
14
install (Vue, pluginOptions) {
0 commit comments