Skip to content

Commit

Permalink
feat: update playground versions (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr authored Jan 8, 2025
1 parent 46bddc8 commit daa70e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/sites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-docs",
"version": "3.20.7",
"version": "3.21.0",
"license": "MIT",
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions examples/sites/playground/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
import GitHub from './icons/Github.vue'
import Share from './icons/Share.vue'
const VERSION = 'tiny-vue-version-3.20'
const VERSION = 'tiny-vue-version-3.21'
const NOTIFY_KEY = 'tiny-vue-playground-notify'
const LAYOUT = 'playground-layout'
const LAYOUT_REVERSE = 'playground-layout-reverse'
Expand All @@ -23,7 +23,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
const isSaas = tinyTheme === 'saas'
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
const versions = ['3.20', '3.19', '3.18']
const versions = ['3.21', '3.20', '3.19']
const getVersion = () => {
if (isPreview) {
return versions[0]
Expand Down

0 comments on commit daa70e4

Please sign in to comment.