Skip to content

Commit 299d7fe

Browse files
committed
feat: update playground versions
1 parent d615c3b commit 299d7fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sites/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-docs",
3-
"version": "3.19.2",
3+
"version": "3.19.3",
44
"license": "MIT",
55
"scripts": {
66
"start": "vite",

examples/sites/playground/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
2828
const isSaas = tinyTheme === 'saas'
2929
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
3030
31-
const versions = ['3.18', '3.17', '3.16', '3.15', '3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
31+
const versions = ['3.19', '3.18', '3.17', '3.16', '3.15', '3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
3232
const latestVersion = isPreview ? versions[0] : localStorage.getItem(VERSION) || versions[0]
3333
const cdnHost = localStorage.getItem('setting-cdn')
3434

0 commit comments

Comments
 (0)