Skip to content

Commit dcf29b2

Browse files
author
unknown
committed
Update to V2.0.0
1 parent f50f85a commit dcf29b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/Example2.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
</template>
99

1010
<script>
11+
import { codemirror } from 'vue-codemirror'
1112
export default {
13+
components: {
14+
codemirror
15+
},
1216
data () {
1317
return {
1418
code: '<div></div>',

0 commit comments

Comments
 (0)