File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opentiny/vue-docs" ,
3
- "version" : " 3.20.7 " ,
3
+ "version" : " 3.21.0 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"start" : " vite" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
11
11
import GitHub from './icons/Github.vue'
12
12
import Share from './icons/Share.vue'
13
13
14
- const VERSION = 'tiny-vue-version-3.20 '
14
+ const VERSION = 'tiny-vue-version-3.21 '
15
15
const NOTIFY_KEY = 'tiny-vue-playground-notify'
16
16
const LAYOUT = 'playground-layout'
17
17
const LAYOUT_REVERSE = 'playground-layout-reverse'
@@ -23,7 +23,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
23
23
const isSaas = tinyTheme === 'saas'
24
24
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
25
25
26
- const versions = ['3.20 ', '3.19 ', '3.18 ']
26
+ const versions = ['3.21 ', '3.20 ', '3.19 ']
27
27
const getVersion = () => {
28
28
if (isPreview) {
29
29
return versions[0]
You can’t perform that action at this time.
0 commit comments