Skip to content

Commit fdf1605

Browse files
authored
docs(site): 隐藏没有适配saas主题的组件并在pages模式下将target设置成open (#3866)
1 parent 818e6a0 commit fdf1605

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

examples/sites/demos/saas/menus.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ const noSaasComponents = [
1919
'FluentEditor',
2020
'TreeSelect',
2121
'GridSelect',
22+
'TimeSelect',
23+
'Milestone',
2224
'ConfigProvider',
23-
'Skeleton'
25+
'Skeleton',
26+
'BulletinBoard',
27+
'Crop',
28+
'PopEditor'
2429
]
2530

2631
// mobile-first上所有分类,pc上都有,因此可以用pc端menu分类进行合并

examples/sites/env/.env.saaspages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 1、声明一个变量
22
VITE_CONTEXT=/tiny-vue-saas-web-doc/
3-
VITE_BUILD_TARGET='inner'
3+
VITE_BUILD_TARGET='open'
44
VITE_TINY_THEME='saas'
55
# 官网应用类型:pc / mobile / mobile-first
66
VITE_APP_MODE='pc'

0 commit comments

Comments
 (0)