<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>acm-club</title>
<link rel="stylesheet" href="/static/normalize.css" />
</head>
<body>
<div id='app'>
<app></app>
</div>
<script src="/static/editor.js"></script>
<script src="/static/marked.js"></script>
<!-- built files will be auto injected -->
</body>
</html>
这是index.html的内容,目前将静态文件放在static目录下,可以正确读取,但是会在调用它的render方法的时候报错。。 实在没法解决= =
editor.js:1 Uncaught TypeError: Cannot read property 'value' of undefined
https://github.com/lepture/ed...
我目前是打算采用上面这个编辑器,项目是通过vue-cli初始化的,选择webpack打包。