This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 5 files changed +19
-7
lines changed
packages/cna-template/template
5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 48
48
<label class =" fv-text-light" > <i class =" material-icons" >list</i > Documents </label >
49
49
</div >
50
50
<div class =" fv-padding" >
51
- <a class =" fv-link fv-block fv-margin-bottom" target =" _blank" href =" https://www.framevuerk.com/" ><i class =" material-icons" >link</i > Framevuerk Docs</a >
52
- <a class =" fv-link fv-block fv-margin-bottom" target =" _blank" href =" https://github.com/framevuerk/framevuerk" ><i class =" material-icons" >link</i > Framevuerk on Github</a >
53
- <a class =" fv-link fv-block fv-margin-bottom" target =" _blank" href =" https://nuxtjs.org/" ><i class =" material-icons" >link</i > Nuxt Docs</a >
54
- <a class =" fv-link fv-block" target =" _blank" href =" https://github.com/nuxt/nuxt.js" ><i class =" material-icons" >link</i > Nuxt on GitHub</a >
51
+ <a class =" fv-link fv-block fv-margin-bottom" target =" _blank" rel = " noopener noreferrer " href =" https://www.framevuerk.com/" ><i class =" material-icons" >link</i > Framevuerk Docs</a >
52
+ <a class =" fv-link fv-block fv-margin-bottom" target =" _blank" rel = " noopener noreferrer " href =" https://github.com/framevuerk/framevuerk" ><i class =" material-icons" >link</i > Framevuerk on Github</a >
53
+ <a class =" fv-link fv-block fv-margin-bottom" target =" _blank" rel = " noopener noreferrer " href =" https://nuxtjs.org/" ><i class =" material-icons" >link</i > Nuxt Docs</a >
54
+ <a class =" fv-link fv-block" target =" _blank" rel = " noopener noreferrer " href =" https://github.com/nuxt/nuxt.js" ><i class =" material-icons" >link</i > Nuxt on GitHub</a >
55
55
</div >
56
56
</div >
57
57
</fvMenu >
Original file line number Diff line number Diff line change 9
9
Welcome to the iView + Nuxt.js template
10
10
</h2 >
11
11
<div class =" links" >
12
- <Button type =" primary" target =" _blank" to =" https://nuxtjs.org/" >
12
+ <Button type =" primary" target =" _blank" rel = " noopener noreferrer " to =" https://nuxtjs.org/" >
13
13
Documentation
14
14
</Button >
15
- <Button target =" _blank" to =" https://github.com/nuxt/nuxt.js" >
15
+ <Button target =" _blank" rel = " noopener noreferrer " to =" https://github.com/nuxt/nuxt.js" >
16
16
GitHub
17
17
</Button >
18
- <Button target =" _blank" to =" https://www.iviewui.com/" >
18
+ <Button target =" _blank" rel = " noopener noreferrer " to =" https://www.iviewui.com/" >
19
19
iView
20
20
</Button >
21
21
</div >
Original file line number Diff line number Diff line change 19
19
<a
20
20
href =" https://vuesax.com/"
21
21
target =" _blank"
22
+ rel =" noopener noreferrer"
22
23
class =" button--green"
23
24
>
24
25
Documentation
25
26
</a >
26
27
<a
27
28
href =" https://discordapp.com/invite/9dsKtvB"
28
29
target =" _blank"
30
+ rel =" noopener noreferrer"
29
31
class =" button--grey"
30
32
>
31
33
Discord
32
34
</a >
33
35
<a
34
36
href =" https://github.com/lusaxweb/vuesax"
35
37
target =" _blank"
38
+ rel =" noopener noreferrer"
36
39
class =" button--grey"
37
40
>
38
41
GitHub
45
48
<a
46
49
href =" https://nuxtjs.org/"
47
50
target =" _blank"
51
+ rel =" noopener noreferrer"
48
52
class =" button--green"
49
53
>
50
54
Documentation
51
55
</a >
52
56
<a
53
57
href =" https://github.com/nuxt/nuxt.js"
54
58
target =" _blank"
59
+ rel =" noopener noreferrer"
55
60
class =" button--grey"
56
61
>
57
62
GitHub
Original file line number Diff line number Diff line change 23
23
For more information on Vuetify, check out the <a
24
24
href =" https://vuetifyjs.com"
25
25
target =" _blank"
26
+ rel =" noopener noreferrer"
26
27
>
27
28
documentation
28
29
</a >.
31
32
If you have questions, please join the official <a
32
33
href =" https://chat.vuetifyjs.com/"
33
34
target =" _blank"
35
+ rel =" noopener noreferrer"
34
36
title =" chat"
35
37
>
36
38
discord
40
42
Find a bug? Report it on the github <a
41
43
href =" https://github.com/vuetifyjs/vuetify/issues"
42
44
target =" _blank"
45
+ rel =" noopener noreferrer"
43
46
title =" contribute"
44
47
>
45
48
issue board
53
56
<a
54
57
href =" https://nuxtjs.org/"
55
58
target =" _blank"
59
+ rel =" noopener noreferrer"
56
60
>
57
61
Nuxt Documentation
58
62
</a >
59
63
<br >
60
64
<a
61
65
href =" https://github.com/nuxt/nuxt.js"
62
66
target =" _blank"
67
+ rel =" noopener noreferrer"
63
68
>
64
69
Nuxt GitHub
65
70
</a >
Original file line number Diff line number Diff line change 9
9
<a
10
10
href =" https://nuxtjs.org/"
11
11
target =" _blank"
12
+ rel =" noopener noreferrer"
12
13
class =" button--green"
13
14
>
14
15
Documentation
15
16
</a >
16
17
<a
17
18
href =" https://github.com/nuxt/nuxt.js"
18
19
target =" _blank"
20
+ rel =" noopener noreferrer"
19
21
class =" button--grey"
20
22
>
21
23
GitHub
You can’t perform that action at this time.
0 commit comments