我在我的角度项目中使用,这个项目是用Webpack/ES6,npm install --save simplemdeimport * as SimpleMDEfrom 'simplemde/src/js/simplemde';import * as SimpleMDE from 'simplemde';import SimpleMD
我正在尝试在默认的Laravel项目中使用simplemde,比如so app.js: window.simplemd = require('simplemde'); 然后,根据简单的per文档,我还将这个添加到了app.js中: var simplemde = new simplemde({ element: document.getElementById("md") }); 这给了我一个错误: UncaughtTypeError: simplemde is no