File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 33 <template #title >Theming</template >
44 <template #subtitle >Customize the apperance for your project</template >
55 <template #notice >
6- Vue Zephyr is in early development. There could be significant changes, so
7- please use with caution. Follow us on
8- <Link href =" https://twitter.com/usezephyr" external >Twitter</Link > for
9- updates.
6+ This project is in early development. There still may be significant
7+ changes in the future, so please use with caution. Follow us on
8+ <Anchor
9+ variant =" primary"
10+ classAppend =" space-x-1"
11+ classRemove =" space-x-2"
12+ href =" https://twitter.com/usezephyr"
13+ newTab
14+ >Twitter</Anchor
15+ >
16+ for updates.
1017 </template >
1118 </DocHeader >
1219</template >
1320
1421<script lang="ts">
1522import { defineComponent } from " vue" ;
1623import DocHeader from " @/views/components/DocHeader.vue" ;
17- import Link from " @/views/components/Link.vue" ;
1824
1925export default defineComponent ({
2026 layout: " doc" ,
2127 components: {
2228 DocHeader ,
23- Link ,
2429 },
2530 setup() {
2631 return {};
Original file line number Diff line number Diff line change 3636 <Link
3737 variant =" primary"
3838 :class =" tw`space-x-2 py-4 px-4`"
39- to =" /guides/getting-started "
39+ to =" /docs/install "
4040 styled
4141 >
4242 <div >Get Started</div >
You can’t perform that action at this time.
0 commit comments