Skip to content

Commit 05ec40a

Browse files
committed
chore: improve title
1 parent dc9dccb commit 05ec40a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-echarts",
33
"version": "6.6.8",
4-
"description": "Vue.js component for Apache ECharts.",
4+
"description": "Vue.js component for Apache ECharts.",
55
"author": "GU Yiling <[email protected]>",
66
"scripts": {
77
"serve": "vue-cli-service serve",

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!DOCTYPE html>
2-
<html lang="">
2+
<html lang="en-US">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
88
<link href="https://fonts.googleapis.com/css?family=Inter:300,500;display=swap" rel="stylesheet">
9-
<title>Vue-ECharts: Vue.js component for Apache ECharts.</title>
9+
<title>Vue-ECharts: Vue.js component for Apache ECharts.</title>
1010
</head>
1111
<body>
1212
<noscript>

0 commit comments

Comments
 (0)