Skip to content

Commit 86e76bf

Browse files
author
- -
committed
add vue extension
1 parent 6389940 commit 86e76bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author F-loat
66
*/
77

8-
const markdownEditor = require('./markdown-editor');
8+
const markdownEditor = require('./markdown-editor.vue');
99

1010
const VueSimplemde = {
1111
markdownEditor: markdownEditor,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-simplemde",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "SimpleMDE - Markdown Editor component for Vue.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)