File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
2
+ <div class = " font-sans leading-normal " :class = " {'max-h-screen': modalVisible, 'overflow-hidden': modalVisible} " >
3
3
<TopStrip />
4
4
<component :is =" layout" ></component >
5
5
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class = " bg-blue-dark md:border-t-8 border-green " >
2
+ <div >
3
3
<a
4
4
href =" https://www.youtube.com/watch?v=QtGBCj6gCLY?source=ns-vue"
5
5
target =" _blank"
6
6
rel =" noopener"
7
7
class =" block bg-blue-light md:bg-green md:border-t-8 border-green p-4 md:p-0 text-center no-underline text-white"
8
8
>NativeScript-Vue 2.0: Back to the Vueture (Webinar) is now on YouTube</a >
9
-
9
+ < div id = " app " class = " bg-blue-dark md:border-t-8 border-green " >
10
10
<div class =" container flex items-center flex-wrap px-4 md:px-0 mx-auto" >
11
11
<div class =" flex-1 flex items-center" >
12
12
<a href =" /" >
95
95
</div>-->
96
96
</div >
97
97
</div >
98
+ </div >
98
99
</div >
99
100
</template >
100
101
<script >
You can’t perform that action at this time.
0 commit comments