Skip to content

Commit 6564f68

Browse files
committed
feat: support ssr
1 parent f7c4a3c commit 6564f68

10 files changed

Lines changed: 206 additions & 190 deletions

File tree

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
3838
},
3939
"dependencies": {
40-
"@antdv-next/cssinjs": "^1.0.1",
41-
"@antdv-next/icons": "^1.0.0",
40+
"@antdv-next/cssinjs": "1.0.2-beta.1",
41+
"@antdv-next/icons":"1.0.1-beta.1",
4242
"@nuxt/kit": "^4.3.1",
43-
"antdv-next": "^1.0.2",
43+
"antdv-next": "1.0.3-beta.2",
4444
"vite-plugin-dayjs": "^1.0.1"
4545
},
4646
"devDependencies": {
@@ -58,6 +58,14 @@
5858
"nuxt": "^4.3.1",
5959
"typescript": "~5.9.3",
6060
"vitest": "^4.0.18",
61-
"vue-tsc": "^3.2.4"
61+
"vue-tsc": "^3.2.4",
62+
"@v-c/rate":"1.0.1"
63+
},
64+
"pnpm":{
65+
"overrides": {
66+
"@antdv-next/icons":"1.0.1-beta.1",
67+
"@antdv-next/cssinjs": "1.0.2-beta.1",
68+
"@v-c/rate":"1.0.1"
69+
}
6270
}
6371
}

playground/assets/entry.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
@import "antdv-next/dist/reset.css";
2+
@import "antdv-next/dist/antd.css";

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@antdv-next/nuxt": "workspace:*",
1212
"nuxt": "^4.3.1",
13-
"@antdv-next/icons": "^1.0.0",
14-
"antdv-next": "^1.0.2"
13+
"@antdv-next/icons":"1.0.1-beta.1",
14+
"antdv-next": "1.0.3-beta.2"
1515
}
1616
}

0 commit comments

Comments
 (0)