File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ License] [ license-src ]] [ license-href ]
6
6
[ ![ Nuxt] [ nuxt-src ]] [ nuxt-href ]
7
7
8
- Codemirror as a Nuxt module. Demo preview: Coming soon
8
+ Codemirror as a Nuxt module. Demo can be found in below playground
9
9
10
10
11
11
- [ ✨   ; Release Notes] ( /CHANGELOG.md )
@@ -22,7 +22,7 @@ Codemirror as a Nuxt module. Demo preview: Coming soon
22
22
23
23
## Documentation
24
24
25
- This module consists of one Component, one Composable and a few types for you to use.
25
+ This module consists of one Component, one Composable and a few types for you to use.
26
26
Read the CodeMirror Reference guide for more in depth information: [ CodeMirror docs] ( https://codemirror.net/docs/ref/ )
27
27
28
28
### NuxtCodeMirror.vue
@@ -128,7 +128,7 @@ interface CodeMirrorRef {
128
128
}
129
129
```
130
130
131
- If you need access to the underlying CodeMirror instance You can do so by adding a ref with the same name as your Template ref.
131
+ If you need access to the underlying CodeMirror instance You can do so by adding a ref with the same name as your Template ref.
132
132
An example on how to do this can be found here: [ 🏀 Online playground] ( https://stackblitz.com/edit/nuxt-starter-ev2hgm?file=app.vue )
133
133
134
134
You can’t perform that action at this time.
0 commit comments