feat: gh-pages

This commit is contained in:
xushunfa459 2021-04-01 15:11:55 +08:00
parent ab73bae673
commit 9b3927bf3a
5 changed files with 24 additions and 0 deletions

1
dist/assets/index.19958976.js vendored Normal file
View File

@ -0,0 +1 @@
import{r as e,o as t,c as o,a as n,w as s,F as a,b as r,d as u,t as c,u as l,e as m,f as p,g as i,h as d}from"./vendor.48f0ba09.js";!function(e=".",t="__import__"){try{self[t]=new Function("u","return import(u)")}catch(o){const n=new URL(e,location),s=e=>{URL.revokeObjectURL(e.src),e.remove()};self[t]=e=>new Promise(((o,a)=>{const r=new URL(e,n);if(self[t].moduleMap[r])return o(self[t].moduleMap[r]);const u=new Blob([`import * as m from '${r}';`,`${t}.moduleMap['${r}']=m;`],{type:"text/javascript"}),c=Object.assign(document.createElement("script"),{type:"module",src:URL.createObjectURL(u),onerror(){a(new Error(`Failed to import: ${e}`)),s(c)},onload(){o(self[t].moduleMap[r]),s(c)}});document.head.appendChild(c)})),self[t].moduleMap={}}}("/assets/");const f={},b={id:"nav"},h=r("Home"),v=r(" | "),w=r("About");f.render=function(r,u){const c=e("router-link"),l=e("router-view");return t(),o(a,null,[n("div",b,[n(c,{to:"/"},{default:s((()=>[h])),_:1}),v,n(c,{to:"/about"},{default:s((()=>[w])),_:1})]),n(l)],64)};const _=m(),g={expose:[],props:{msg:String},setup(e){const s=u({count:0});return _(((r,u)=>(t(),o(a,null,[n("h1",null,c(e.msg),1),n("button",{onClick:u[1]||(u[1]=e=>l(s).count++)},"count is: "+c(l(s).count),1)],64))))},__scopeId:"data-v-f1116804"},L={};L.render=function(e,n){return t(),o("h1",null,"About Page")};const R=[{path:"/",name:"Home",component:g},{path:"/about",name:"About",component:L}],U=p({history:i(),routes:R});d(f).use(U).mount("#app");

1
dist/assets/index.b9fb4cd6.css vendored Normal file
View File

@ -0,0 +1 @@
a[data-v-f1116804]{color:#42b983}

6
dist/assets/vendor.48f0ba09.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

16
dist/index.html vendored Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index.19958976.js"></script>
<link rel="modulepreload" href="/assets/vendor.48f0ba09.js">
<link rel="stylesheet" href="/assets/index.b9fb4cd6.css">
</head>
<body>
<div id="app"></div>
</body>
</html>