We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818e6a0 commit fdf1605Copy full SHA for fdf1605
examples/sites/demos/saas/menus.js
@@ -19,8 +19,13 @@ const noSaasComponents = [
19
'FluentEditor',
20
'TreeSelect',
21
'GridSelect',
22
+ 'TimeSelect',
23
+ 'Milestone',
24
'ConfigProvider',
- 'Skeleton'
25
+ 'Skeleton',
26
+ 'BulletinBoard',
27
+ 'Crop',
28
+ 'PopEditor'
29
]
30
31
// mobile-first上所有分类,pc上都有,因此可以用pc端menu分类进行合并
examples/sites/env/.env.saaspages
@@ -1,6 +1,6 @@
1
# 1、声明一个变量
2
VITE_CONTEXT=/tiny-vue-saas-web-doc/
3
-VITE_BUILD_TARGET='inner'
+VITE_BUILD_TARGET='open'
4
VITE_TINY_THEME='saas'
5
# 官网应用类型:pc / mobile / mobile-first
6
VITE_APP_MODE='pc'
0 commit comments