Skip to content

Commit e79c768

Browse files
Fix the example in the README
1 parent a607fda commit e79c768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Vue.use(AsyncComputedPlugin)
4141

4242
@Component
4343
class MyComponent extends Vue {
44-
@AsyncComputed
44+
@AsyncComputed()
4545
async someComputedProp() {
4646
...
4747
}

0 commit comments

Comments
 (0)