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 55[ ![ License] [ license-src ]] [ license-href ]
66[ ![ Nuxt] [ nuxt-src ]] [ nuxt-href ]
77
8- Codemirror as a Nuxt module. Demo preview: Coming soon
8+ Codemirror as a Nuxt module. Demo can be found in below playground
99
1010
1111- [ ✨   ; Release Notes] ( /CHANGELOG.md )
@@ -22,7 +22,7 @@ Codemirror as a Nuxt module. Demo preview: Coming soon
2222
2323## Documentation
2424
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.
2626Read the CodeMirror Reference guide for more in depth information: [ CodeMirror docs] ( https://codemirror.net/docs/ref/ )
2727
2828### NuxtCodeMirror.vue
@@ -128,7 +128,7 @@ interface CodeMirrorRef {
128128}
129129```
130130
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.
132132An example on how to do this can be found here: [ 🏀 Online playground] ( https://stackblitz.com/edit/nuxt-starter-ev2hgm?file=app.vue )
133133
134134
You can’t perform that action at this time.
0 commit comments