Skip to content

Commit

Permalink
fix: fix index template and static assets load with vue-cli 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zthxxx committed Oct 21, 2018
1 parent 4d44f6a commit 57209e7
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html → public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>vue-element-admin</title>
</head>
<body>
<script src=<%= BASE_URL %>/tinymce4.7.5/tinymce.min.js></script>
<script src="<%= BASE_URL %>static/tinymce4.7.5/tinymce.min.js"></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 57209e7

Please sign in to comment.