File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export default defineConfig({
9
9
description : 'Vue JSX Vapor' ,
10
10
themeConfig : {
11
11
// https://vitepress.dev/reference/default-theme-config
12
+ logo : '/logo.png' ,
12
13
nav : [
13
14
{ text : 'Home' , link : '/' } ,
14
15
{ text : 'Features' , link : '/features/directives' } ,
Original file line number Diff line number Diff line change 94
94
--vp-home-hero-name-color : transparent;
95
95
--vp-home-hero-name-background : -webkit-linear-gradient (
96
96
120deg ,
97
- # bd34fe 30% ,
97
+ # 40b883 30% ,
98
98
# 41d1ff
99
99
);
100
100
101
101
--vp-home-hero-image-background-image : linear-gradient (
102
102
-45deg ,
103
- # bd34fe 50% ,
104
- # 47caff 50%
103
+ # 40b883 50% ,
104
+ # 41d1ff 50%
105
105
);
106
106
--vp-home-hero-image-filter : blur (44px );
107
107
}
Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ layout: home
4
4
5
5
hero :
6
6
name : " Vue JSX Vapor"
7
- # text: "Vue JSX Vapor "
7
+ text : " Type-safe, Improve DX, High Performance "
8
8
tagline : Supports Vapor mode, all build-in directives and most macros of Vue.
9
+ image :
10
+ src : /logo.png
11
+ alt : Vue JSX Vapor
9
12
actions :
10
13
- theme : brand
11
14
text : Get Started
@@ -21,6 +24,9 @@ features:
21
24
- icon : ⚒️ ️
22
25
title : Directives
23
26
details : Support all build-in directives of Vue.
27
+ - icon : 🦾
28
+ title : Type Safe
29
+ details : Provide Volar support by install TS Macro (VSCode plugin).
24
30
- icon : ⚡️
25
31
title : Performance
26
32
details : It has the same performance with Vue Vapor!
You can’t perform that action at this time.
0 commit comments