Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a83852

Browse files
docs: fix typo in readme
1 parent 1084eb6 commit 8a83852

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

‎README.md‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,18 @@ _N.B.: the cursor is not activated on touchscreen devices._
301301

302302
##### Tips
303303
- Q: How to fix problem with the disappearance of the cursor on nuxt route change ?
304-
- A: Trigger cursor refresh on route change where component is placed
304+
- A: Trigger cursor refresh on route change where component is placed.
305+
305306
```js
306-
watch: {
307-
$route(to, from) {
308-
this.$nextTick(() => this.$refs.cursor.refresh);
309-
},
310-
},
307+
308+
watch: {
309+
$route( to, from ) {
310+
311+
this.$nextTick( () => this.$refs.cursor.refresh() );
312+
313+
},
314+
},
315+
311316
```
312317

313318
___

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /