File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const dismiss = () => {
3131<template >
3232 <div ref =" el" class =" banner" >
3333 <div class =" text" >
34- Pre-order the Paperplane starter kit and get 50% off: <a href =" https://paperplane .leafphp.dev" >Pre-order today !</a >
34+ We just published v4.0 Beta of Leaf and Leaf MVC - <a href =" https://beta .leafphp.dev" >Check it out !</a >
3535 </div >
3636
3737 <button type =" button" @click =" dismiss" >
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export default {
1515 } ,
1616 Layout ( ) {
1717 return h ( DefaultTheme . Layout , null , {
18- // 'layout-top': () =>
19- // h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
18+ 'layout-top' : ( ) =>
19+ h ( defineAsyncComponent ( ( ) => import ( './components/shared/Banner.vue' ) ) ) ,
2020 'aside-ads-before' : ( ) =>
2121 h ( defineAsyncComponent ( ( ) => import ( './components/shared/Paperplane.vue' ) ) ) ,
2222 // h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
You can’t perform that action at this time.
0 commit comments