|
@@ -1,6 +1,6 @@
|
|
// import Pic from '../assets/1.jpg';
|
|
// import Pic from '../assets/1.jpg';
|
|
-// import '../style/index.css';
|
|
|
|
-// document.body.insertAdjacentHTML('beforeend','<h1>第一个案例</h1>')
|
|
|
|
|
|
+import '../style/index.css';
|
|
|
|
+document.body.insertAdjacentHTML('beforeend','<h1>第一个案例</h1>')
|
|
// document.body.insertAdjacentHTML('beforeend',`<img src=${Pic} />>`)
|
|
// document.body.insertAdjacentHTML('beforeend',`<img src=${Pic} />>`)
|
|
let a = 24;
|
|
let a = 24;
|
|
let b = 1;
|
|
let b = 1;
|