File tree 3 files changed +18
-14
lines changed
3 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ const Bar = {
9
9
template : `
10
10
<div class="bar">
11
11
bar
12
- <div style="height:500px "></div>
12
+ <div style="height:1500px "></div>
13
13
<p id="anchor" style="height:500px">Anchor</p>
14
- <p id="anchor2">Anchor2</p>
14
+ <p id="anchor2" style="height:500px">Anchor2</p>
15
+ <p id="1number">with number</p>
15
16
</div>
16
17
`
17
18
}
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < link rel ="stylesheet " href ="/global.css ">
2
+ < link rel ="stylesheet " href ="/global.css " / >
3
3
< style >
4
- .fade-enter-active , .fade-leave-active {
5
- transition : opacity .5s ease;
6
- }
7
- .fade-enter , .fade-leave-active {
8
- opacity : 0
9
- }
10
- .view {
11
- border : 1px solid red;
12
- height : 2000px ;
13
- position : relative;
14
- }
4
+ .fade-enter-active ,
5
+ .fade-leave-active {
6
+ transition : opacity 0.5s ease;
7
+ }
8
+ .fade-enter ,
9
+ .fade-leave-active {
10
+ opacity : 0 ;
11
+ }
12
+ .view {
13
+ border : 1px solid red;
14
+ height : 3500px ;
15
+ position : relative;
16
+ }
15
17
</ style >
16
18
< a href ="/ "> ← Examples index</ a >
17
19
< div id ="app "> </ div >
Original file line number Diff line number Diff line change 12
12
*
13
13
* If you are already running the dev server with `yarn run serve`, you can pass the --dev option to avoid launching the server
14
14
* $ node test/e2e/runner.js --dev
15
+ * **Make sure to pass the option at the end**
15
16
*
16
17
* __For maintainers only__
17
18
* You can trigger tests on Browserstack on other browsers by passing the --local option
You can’t perform that action at this time.
0 commit comments