Skip to content

Commit 7c6f918

Browse files
authored
Fix top logo hiding on mobile (#1226)
1 parent e7aeb13 commit 7c6f918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<% var hasVueSchoolBanner = false %>
44

55
<!DOCTYPE html>
6-
<html lang="zh-CN">
6+
<html lang="zh-CN" class="with-v3-banner">
77
<head>
88
<title><%- page.title ? page.title + '' : '' %>Vue.js</title>
99
<meta charset="utf-8">

0 commit comments

Comments
 (0)