File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ playground/
14
14
├── scenarios/ # Scenario directory, add dynamically
15
15
│ ├── basic/ # Basic example
16
16
│ ├── customMain/ # Custom main entry
17
+ │ ├── html/ # html as entry example
17
18
│ ├── pinia/ # Pinia state management example
18
19
│ └── vueRouter/ # Vue Router example
20
+ │ └── vueUse/ # Vue Use example
19
21
└── src/
20
22
└── App.vue # Main application component
21
23
```
Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > Playground</ title >
8
+ < style >
9
+ body {
10
+ margin : 0 ;
11
+ }
12
+ </ style >
8
13
< script type ="module " src ="./main.ts "> </ script >
9
14
</ head >
10
15
< body >
You can’t perform that action at this time.
0 commit comments