Преглед на файлове

[autofix.ci] apply automated fixes

autofix-ci[bot] преди 5 месеца
родител
ревизия
9a0eed6c60
променени са 1 файла, в които са добавени 10 реда и са изтрити 12 реда
  1. 10 12
      packages/vue/__tests__/e2e/teleport.html

+ 10 - 12
packages/vue/__tests__/e2e/teleport.html

@@ -1,23 +1,21 @@
 <!doctype html>
 <html lang="en">
-
-<head>
+  <head>
     <meta charset="UTF-8" />
     <link rel="icon" href="data:;base64,iVBORw0KGgo=" />
     <title>Teleport moveBefore Test</title>
     <script src="../../dist/vue.global.js"></script>
     <style>
-        .container {
-            padding: 10px;
-            border: 1px solid #ccc;
-            margin: 10px 0;
-        }
+      .container {
+        padding: 10px;
+        border: 1px solid #ccc;
+        margin: 10px 0;
+      }
     </style>
-</head>
+  </head>
 
-<body>
+  <body>
     <div id="app"></div>
     <div id="target" class="container"></div>
-</body>
-
-</html>
+  </body>
+</html>