Commit 64bbb4c
fix: 修复 vue-chat-vike 模板 Typography 组件导入导致的 build 报错
vue-chat-vike 模板 pages/index/+Page.vue 从 tdesign-vue-next 导入了不存在的
TypographyText/TypographyTitle 组件(正确名称为 Text/Title),导致 vue-tsc
编译报错,与之前修复的 vue-chat-tsx-vike 属于同类问题。
Ref #24
PR-URL: #251 parent 378084d commit 64bbb4c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments