Skip to content

Commit 76fa744

Browse files
authored
Update README.md
1 parent 01c362b commit 76fa744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ new Vue({
8080

8181
function externalFunction() {
8282
// log from external function
83-
Vue.$log.debug('log from non Vue function.')
83+
Vue.$log.debug('log from function outside component.')
8484
}
8585
```
8686

0 commit comments

Comments
 (0)