We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f1e67 commit 9527887Copy full SHA for 9527887
packages/sfc-playground/index.html
@@ -6,13 +6,6 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<link rel="icon" type="image/svg" href="/logo.svg" />
8
<title>Vue SFC Playground</title>
9
-
10
- <link rel="preconnect" href="https://fonts.gstatic.com" />
11
- <link
12
- href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap"
13
- rel="stylesheet"
14
- />
15
16
<script>
17
// process shim for old versions of @vue/compiler-sfc dependency
18
window.process = { env: {} }
0 commit comments