Skip to content

Commit

Permalink
fix: vue SyntaxError
Browse files Browse the repository at this point in the history
* Update index.html

solve the problem : Unexpected token '%='

* Update package.json

update package.json version
  • Loading branch information
330595524 authored Jan 7, 2021
1 parent 8acf0f7 commit cd228ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icedesign/ice-vue-material-template",
"version": "0.3.3",
"version": "0.3.4",
"description": "自定义物料源的初始模板",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/template-vue/template/scaffold/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="shortcut icon" href="<%%= webpackConfig.output.publicPath %>favicon.ico" />
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico" />
<title><%= npmName %></title>
</head>

Expand Down

0 comments on commit cd228ad

Please sign in to comment.