Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Commits
0fcbf4b5
Commit
0fcbf4b5
authored
7 years ago
by
amedora
Committed by
花裤衩
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: misplaced script tag (#507)
parent
8142c06a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+1
-1
1 addition, 1 deletion
index.html
with
1 addition
and
1 deletion
index.html
+
1
−
1
View file @
0fcbf4b5
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment