Skip to content
Snippets Groups Projects
Commit 0fcbf4b5 authored by amedora's avatar amedora Committed by 花裤衩
Browse files

fix: misplaced script tag (#507)

parent 8142c06a
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>vue-element-admin</title>
</head>
<script src=<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js></script>
<body>
<script src=<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment