Commit 6903367 1 parent 01c1483 commit 6903367 Copy full SHA for 6903367
File tree 3 files changed +9
-3
lines changed
packages/create-package/template
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- <div @click =" {{ onClick }} " >{{ counterText }} :: {{ count }} </div >
1
+ <div
2
+ class =" root"
3
+ @click =" {{ onClick }} "
4
+ >
5
+ {{ counterText }} :: {{ count }}
6
+ </div >
Original file line number Diff line number Diff line change 1
- : host {
1
+ . root {
2
2
display : inline-flex;
3
3
align-items : center;
4
4
justify-content : center;
13
13
line-height : 3rem ;
14
14
font-size : 1.25rem ;
15
15
user-select : none;
16
+ cursor : pointer;
16
17
}
Original file line number Diff line number Diff line change 16
16
</ script >
17
17
18
18
< link rel ="stylesheet " type ="text/css " href ="./css/index.css ">
19
- < script src ="%VITE_BUNDLE_PATH% " type ="module "> </ script >
19
+ < script src ="../../bundle.esm.js " type ="module "> </ script >
20
20
</ head >
21
21
22
22
< body >
You can’t perform that action at this time.
0 commit comments