Skip to content

Empty app tag in dev mode #2

@samuelnihoul

Description

@samuelnihoul

I am running the app with pnpm and node 19.8 and get the following tree when I run pnpm dev:

<html>
<body>
<!--StartFragment-->
<!DOCTYPE html>
--
  | <html lang="en">
  | <head>
  | 
  | <meta name="viewport" content="width=device-width, initial-scale=1.0">
  | <meta name="slidev:version" content="0.49.29">
  | <meta charset="slidev:entry" content="C:/Users/samue/resume/slides.md">
  | <link rel="icon" href="https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png">
  | <title>Leon Si - Slidev</title>
  | </head>
  | <body>
  | <div id="app"></div>
  | <script type="module" src="/@fs/C:/Users/samue/resume/node_modules/.pnpm/@slidev+client@0.49.29_@nuxt+kit@3.13.1_rollup@4.21.2__@vue+compiler-sfc@3.5.3_postcss@8.4.45_q7rdm2lxewtud7l55bpnl6dzjq/node_modules/@slidev/client/main.ts"></script>
  | <div id="mermaid-rendering-container"></div>
  |  
  | </body>
  | </html>

<!--EndFragment-->
</body>
</html><!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="slidev:version" content="0.49.29">
<meta charset="slidev:entry" content="C:/Users/samue/resume/slides.md">
<link rel="icon" href="https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png">
<title>Leon Si - Slidev</title>
</head>
<body>
  <div id="app"></div>
  <script type="module" src="[/@fs/C:/Users/samue/resume/node_modules/.pnpm/@slidev+client@0.49.29_@nuxt+kit@3.13.1_rollup@4.21.2__@vue+compiler-sfc@3.5.3_postcss@8.4.45_q7rdm2lxewtud7l55bpnl6dzjq/node_modules/@slidev/client/main.ts](http://localhost:3030/@fs/C:/Users/samue/resume/node_modules/.pnpm/@slidev+client@0.49.29_@nuxt+kit@3.13.1_rollup@4.21.2__@vue+compiler-sfc@3.5.3_postcss@8.4.45_q7rdm2lxewtud7l55bpnl6dzjq/node_modules/@slidev/client/main.ts)"></script>
  <div id="mermaid-rendering-container"></div>
  
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions