File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/svelte/test-app/Pages/Flash Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373<div >
7474 <span id ="flash" >{$page .flash ? JSON .stringify ($page .flash ) : ' no-flash' }</span >
7575
76- <a href ="#" on:click |preventDefault ={visitWithFlash } class =" with-flash" >Visit with flash</a >
77- <a href ="#" on:click |preventDefault ={visitWithoutFlash } class =" without-flash" >Visit without flash</a >
78- <a href ="#" on:click |preventDefault ={navigateAway } class =" navigate-away" >Navigate away</a >
76+ <a href ={ ' # ' } on:click |preventDefault ={visitWithFlash } class =" with-flash" >Visit with flash</a >
77+ <a href ={ ' # ' } on:click |preventDefault ={visitWithoutFlash } class =" without-flash" >Visit without flash</a >
78+ <a href ={ ' # ' } on:click |preventDefault ={navigateAway } class =" navigate-away" >Navigate away</a >
7979</div >
You can’t perform that action at this time.
0 commit comments