Skip to content

Commit 7487c79

Browse files
committed
feat: update playground versions
1 parent 336f42f commit 7487c79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/sites/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-docs",
3-
"version": "3.20.7",
3+
"version": "3.21.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "vite",

examples/sites/playground/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
1111
import GitHub from './icons/Github.vue'
1212
import Share from './icons/Share.vue'
1313
14-
const VERSION = 'tiny-vue-version-3.20'
14+
const VERSION = 'tiny-vue-version-3.21'
1515
const NOTIFY_KEY = 'tiny-vue-playground-notify'
1616
const LAYOUT = 'playground-layout'
1717
const LAYOUT_REVERSE = 'playground-layout-reverse'
@@ -23,7 +23,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
2323
const isSaas = tinyTheme === 'saas'
2424
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
2525
26-
const versions = ['3.20', '3.19', '3.18']
26+
const versions = ['3.21', '3.20', '3.19']
2727
const getVersion = () => {
2828
if (isPreview) {
2929
return versions[0]

0 commit comments

Comments
 (0)