Skip to content

Commit 31dcb85

Browse files
author
- -
committed
fixed F-loat#13
1 parent 4f1b176 commit 31dcb85

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
'use strict';
2-
31
/**
42
* vue-simplemde
53
* @author F-loat
64
*/
75

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

10-
const VueSimplemde = {
8+
var VueSimplemde = {
119
markdownEditor: markdownEditor,
1210
install: function(Vue) {
1311
Vue.component('markdown-editor', markdownEditor);

markdown-editor.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
</template>
66

77
<script>
8-
'use strict';
9-
108
import SimpleMDE from 'simplemde';
119
1210
export default {

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.7",
3+
"version": "0.3.8",
44
"description": "SimpleMDE - Markdown Editor component for Vue.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)