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({
99 description : 'Vue JSX Vapor' ,
1010 themeConfig : {
1111 // https://vitepress.dev/reference/default-theme-config
12+ logo : '/logo.png' ,
1213 nav : [
1314 { text : 'Home' , link : '/' } ,
1415 { text : 'Features' , link : '/features/directives' } ,
Original file line number Diff line number Diff line change 9494 --vp-home-hero-name-color : transparent;
9595 --vp-home-hero-name-background : -webkit-linear-gradient (
9696 120deg ,
97- # bd34fe 30% ,
97+ # 40b883 30% ,
9898 # 41d1ff
9999 );
100100
101101 --vp-home-hero-image-background-image : linear-gradient (
102102 -45deg ,
103- # bd34fe 50% ,
104- # 47caff 50%
103+ # 40b883 50% ,
104+ # 41d1ff 50%
105105 );
106106 --vp-home-hero-image-filter : blur (44px );
107107}
Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ layout: home
44
55hero :
66 name : " Vue JSX Vapor"
7- # text: "Vue JSX Vapor "
7+ text : " Type-safe, Improve DX, High Performance "
88 tagline : Supports Vapor mode, all build-in directives and most macros of Vue.
9+ image :
10+ src : /logo.png
11+ alt : Vue JSX Vapor
912 actions :
1013 - theme : brand
1114 text : Get Started
@@ -21,6 +24,9 @@ features:
2124 - icon : ⚒️ ️
2225 title : Directives
2326 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).
2430 - icon : ⚡️
2531 title : Performance
2632 details : It has the same performance with Vue Vapor!
You can’t perform that action at this time.
0 commit comments