Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-07-15 11:41:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43c883555b9be798de153cdb81a6949fddd3d85a
43c88355
1 parent
45e456d7
fix 测试处理页面缓存问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/index.html
public/index.html
View file @
43c8835
...
...
@@ -4,6 +4,9 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache, no-store, must-revalidate"
>
<meta
http-equiv=
"Pragma"
content=
"no-cache"
>
<meta
http-equiv=
"Expires"
content=
"0"
>
<link
rel=
"stylesheet"
href=
"./lib/element-ui.css"
>
</head>
<body>
...
...
Please
register
or
login
to post a comment