File tree Expand file tree Collapse file tree 3 files changed +44
-53
lines changed
src/documentation/sections Expand file tree Collapse file tree 3 files changed +44
-53
lines changed Original file line number Diff line number Diff line change 11
11
>#</a >
12
12
Dependencies
13
13
</h2 >
14
+ </v-col >
14
15
15
- <v-row >
16
- <v-col cols =" 12" >
17
- <a
18
- :href =" store.links.vuetify"
19
- target =" _blank"
20
- >
21
- Vuetify v3
22
- </a >
23
- <br />
24
- <a
25
- :href =" store.links.vue"
26
- target =" _blank"
27
- >
28
- Vue 3
29
- </a >
30
- <br />
31
- <a
32
- :href =" store.links.vueUse"
33
- target =" _blank"
34
- >
35
- VueUse
36
- </a >
37
- </v-col >
38
- </v-row >
16
+ <v-col cols =" 12" >
17
+ <a
18
+ :href =" store.links.vuetify"
19
+ target =" _blank"
20
+ >
21
+ Vuetify v3
22
+ </a >
23
+ <br />
24
+ <a
25
+ :href =" store.links.vue"
26
+ target =" _blank"
27
+ >
28
+ Vue 3
29
+ </a >
30
+ <br />
31
+ <a
32
+ :href =" store.links.vueUse"
33
+ target =" _blank"
34
+ >
35
+ VueUse
36
+ </a >
39
37
</v-col >
40
38
</v-row >
41
39
</template >
Original file line number Diff line number Diff line change 11
11
>#</a >
12
12
Legal
13
13
</h2 >
14
+ </v-col >
14
15
15
- <v-row >
16
- <v-col cols =" 12" >
17
- <p >
18
- Vuetify and the Vuetify logo are trademarks of Vuetify LLC. This
19
- component was not created or endorsed by Vuetify.
20
- </p >
21
- </v-col >
22
- </v-row >
16
+ <v-col cols =" 12" >
17
+ <p >
18
+ Vuetify and the Vuetify logo are trademarks of Vuetify LLC. This
19
+ component was not created or endorsed by Vuetify.
20
+ </p >
23
21
</v-col >
24
22
</v-row >
25
23
</template >
Original file line number Diff line number Diff line change 11
11
>#</a >
12
12
License
13
13
</h2 >
14
+ </v-col >
14
15
15
- <v-row >
16
- <v-col cols =" 12" >
17
- Copyright © ; {{ new Date().getFullYear() }}
18
- <a
19
- :href =" store.links.githubProfile"
20
- target =" _blank"
21
- >WebDevNerdStuff</a >
22
- <br />
23
- Licensed under the
24
- <a
25
- :href =" `${store.links.github}/blob/master/LICENSE.md`"
26
- target =" _blank"
27
- >
28
- MIT License
29
- </a >
30
- </v-col >
31
- </v-row >
16
+ <v-col cols =" 12" >
17
+ Copyright © ; {{ new Date().getFullYear() }}
18
+ <a
19
+ :href =" links.github"
20
+ target =" _blank"
21
+ >WebDevNerdStuff</a >
22
+ <br />
23
+ Licensed under the
24
+ <a
25
+ :href =" `${links.repo}/blob/master/LICENSE.md`"
26
+ target =" _blank"
27
+ >
28
+ MIT License
29
+ </a >
32
30
</v-col >
33
31
</v-row >
34
32
</template >
35
33
36
34
<script setup>
37
35
import { inject } from ' vue' ;
38
- import { useCoreStore } from ' @/stores/index' ;
39
-
40
36
41
37
const classes = inject (' classes' );
42
-
43
- const store = useCoreStore ();
38
+ const links = inject (' links' );
44
39
</script >
You can’t perform that action at this time.
0 commit comments