mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
fix(@vant/cli): explicitly write the description field in injectHtml (#10113)
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title><%= title %></title>
|
||||
<% if (description) { %>
|
||||
<meta name="description" content="<%= description %>" />
|
||||
<% } %>
|
||||
<link rel="icon" type="image/png" href="<%= logo %>" />
|
||||
<meta
|
||||
name="viewport"
|
||||
|
Reference in New Issue
Block a user