修改Index .html

注释到js 引入的那段代码
pull/1025/head
shi 2018-07-28 14:42:32 +08:00
parent cb28e56787
commit eb358ab6d1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<title>vue-element-admin</title> <title>vue-element-admin</title>
</head> </head>
<body> <body>
<script src=<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js></script> <!-- <script src=<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js></script> -->
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>