调整html标签结构
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<%
|
<%
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
<%- partial('_partial/head') %>
|
<%- partial('_partial/head') %>
|
||||||
<body>
|
<body>
|
||||||
<div id="container" :class="{show:isCtnShow}" @click="hideSlider">
|
<div id="container" :class="{show:isCtnShow}" @click="hideSlider">
|
||||||
|
|||||||
Reference in New Issue
Block a user