We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4f618 commit 0956517Copy full SHA for 0956517
index.js
@@ -3,7 +3,7 @@
3
* @author F-loat
4
*/
5
6
-import markdownEditor from './markdown-editor'
+const markdownEditor = require('./markdown-editor')
7
8
const VueSimplemde = {
9
markdownEditor,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-simplemde",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "SimpleMDE - Markdown Editor component for Vue.js",
"main": "index.js",
"scripts": {
0 commit comments