Skip to content

Commit

Permalink
chore: fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 9, 2021
1 parent cd8c2bc commit 8de02e5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions demo/composable-vue/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/slidevjs/slidev/main/assets/favicon.png">

<link rel="icon" type="image/svg" href="https://antfu.me/favicon.svg" />
<link href="https://fonts.googleapis.com/css2?family=Avenir+Next:wght@200;400;600&family=Nunito+Sans:wght@200;400;600&family=Fira+Code:wght@200;400;600&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg" href="https://antfu.me/favicon.svg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/@fs/Users/antfu/i/slidev/packages/client/main.ts"></script>


</body>
</html>

0 comments on commit 8de02e5

Please sign in to comment.