[READ-ONLY] Mirror of https://github.com/danielroe/vue3-pre-window-repro.
0

Configure Feed

Select the types of activity you want to include in your feed.

vue3-pre-window-repro / index.html
316 B 15 lines
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <meta charset="UTF-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Vite App</title> 8</head> 9 10<body> 11 <div id="app"><!--app-html--></div> 12 <script type="module" src="/src/entry-client.ts"></script> 13</body> 14 15</html>