File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
33 < head >
4- < script type ="module ">
5- import { Buffer } from "buffer" ;
6- import process from "process" ;
7- // window.global ||= window;
8- window . Buffer = Buffer ;
9- window . process = process ;
10- </ script >
114 < meta charset ="UTF-8 " />
125 < link rel ="icon " href ="/favicon.ico " />
136 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
147 < title > Web3Auth demo</ title >
158 </ head >
169 < body >
1710 < noscript >
18- < strong >
19- We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.
20- </ strong >
11+ < strong > We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</ strong >
2112 </ noscript >
2213 < div id ="app "> </ div >
2314 < script type ="module " src ="/src/main.ts "> </ script >
Original file line number Diff line number Diff line change 1+ import { Buffer } from "buffer" ;
2+ import process from "process" ;
3+ // window.global ||= window;
4+
5+ window . Buffer = Buffer ;
6+ window . process = process ;
Original file line number Diff line number Diff line change 1+ import "./global" ;
12import "./style.css" ;
23
34import { createApp } from "vue" ;
You can’t perform that action at this time.
0 commit comments