diff --git a/bun.lockb b/bun.lockb index e71ea5c..571e999 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/examples/App.vue b/examples/App.vue index fa74c93..681c4c0 100644 --- a/examples/App.vue +++ b/examples/App.vue @@ -38,9 +38,7 @@ onMounted(() => { diff --git a/package.json b/package.json index 7a330a0..c382a1d 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ }, "dependencies": { "@milkdown/core": "^7.3.3", + "@milkdown/plugin-cursor": "^7.3.3", "@milkdown/vue": "^7.3.3", "vue": "^3.4.15" }, diff --git a/src/components/Coditor.vue b/src/components/Coditor.vue index 4522d11..fafaa0a 100644 --- a/src/components/Coditor.vue +++ b/src/components/Coditor.vue @@ -1,5 +1,5 @@