File tree 1 file changed +21
-25
lines changed
1 file changed +21
-25
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div id =" app" >
3
- <img alt =" Vue logo" src =" ./assets/logo.png" />
3
+ <img
4
+ alt =" Vue logo"
5
+ src =" ./assets/logo.png"
6
+ />
4
7
<div class =" container " >
5
- <ul class =" nav nav-tabs" role =" tablist" >
8
+ <ul
9
+ class =" nav nav-tabs"
10
+ role =" tablist"
11
+ >
6
12
<li class =" nav-item" >
7
13
<a
8
14
class =" nav-link active"
11
17
role =" tab"
12
18
aria-controls =" profile"
13
19
aria-selected =" true"
14
- >Simple</a
15
- >
20
+ >Simple</a >
16
21
</li >
17
22
18
23
<li class =" nav-item" >
23
28
role =" tab"
24
29
aria-controls =" profile"
25
30
aria-selected =" false"
26
- >Two Lists</a
27
- >
31
+ >Two Lists</a >
28
32
</li >
29
33
30
34
<li class =" nav-item" >
35
39
role =" tab"
36
40
aria-controls =" profile"
37
41
aria-selected =" false"
38
- >Clone</a
39
- >
42
+ >Clone</a >
40
43
</li >
41
44
42
45
<li class =" nav-item" >
47
50
role =" tab"
48
51
aria-controls =" profile"
49
52
aria-selected =" false"
50
- >Handler</a
51
- >
53
+ >Handler</a >
52
54
</li >
53
55
54
56
<li class =" nav-item" >
59
61
role =" tab"
60
62
aria-controls =" profile"
61
63
aria-selected =" false"
62
- >Transition</a
63
- >
64
+ >Transition</a >
64
65
</li >
65
66
66
67
<li class =" nav-item" >
71
72
role =" tab"
72
73
aria-controls =" profile"
73
74
aria-selected =" false"
74
- >Transitions</a
75
- >
75
+ >Transitions</a >
76
76
</li >
77
77
78
78
<li class =" nav-item" >
83
83
role =" tab"
84
84
aria-controls =" profile"
85
85
aria-selected =" false"
86
- >Footer slot</a
87
- >
86
+ >Footer slot</a >
88
87
</li >
89
88
90
89
<li class =" nav-item" >
95
94
role =" tab"
96
95
aria-controls =" profile"
97
96
aria-selected =" false"
98
- >Header slot</a
99
- >
97
+ >Header slot</a >
100
98
</li >
101
99
</ul >
102
100
103
- <div class =" tab-content" id =" tab-content" >
101
+ <div
102
+ class =" tab-content"
103
+ id =" tab-content"
104
+ >
104
105
<div
105
106
class =" tab-pane show active"
106
107
id =" simple"
@@ -202,17 +203,12 @@ export default {
202
203
};
203
204
</script >
204
205
205
- <style >
206
+ <style scoped="true" >
206
207
.main-application {
207
208
width : 400px ;
208
209
}
209
210
210
211
#app {
211
- font-family : " Avenir" , Helvetica , Arial , sans-serif ;
212
- -webkit-font-smoothing : antialiased ;
213
- -moz-osx-font-smoothing : grayscale ;
214
212
text-align : center ;
215
- color : #2c3e50 ;
216
- margin-top : 60px ;
217
213
}
218
214
</style >
You can’t perform that action at this time.
0 commit comments