Skip to content

Commit 6ef57f8

Browse files
committed
chore: small cleanup
1 parent 6a44d6c commit 6ef57f8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
<!--
2-
Get your module up and running quickly.
31

4-
Find and replace all on all files (CMD+SHIFT+F):
5-
- Name: My Module
6-
- Package name: my-module
7-
- Description: My new Nuxt module
8-
-->
92

10-
# My Module
3+
# Nuxt-CodeMirror
114

125
[![npm version][npm-version-src]][npm-version-href]
136
[![npm downloads][npm-downloads-src]][npm-downloads-href]

playground/app.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const extensions = [javascript({ jsx: true, typescript: true })]
1313
const handleChange = (value: string, viewUpdate: ViewUpdate) => {
1414
console.log('Value changed:', value)
1515
console.log('View updated:', viewUpdate)
16-
// code.value = value
1716
}
1817
1918
const handleStatistics = (stats: Statistics) => {

0 commit comments

Comments
 (0)