From 7487c79a4f17f3ad6e4d3a6502dd7a88cbefc359 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Wed, 8 Jan 2025 14:39:26 +0800 Subject: [PATCH] feat: update playground versions --- examples/sites/package.json | 2 +- examples/sites/playground/App.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/sites/package.json b/examples/sites/package.json index 2a38d161c0..66e43b493d 100644 --- a/examples/sites/package.json +++ b/examples/sites/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/vue-docs", - "version": "3.20.7", + "version": "3.21.0", "license": "MIT", "scripts": { "start": "vite", diff --git a/examples/sites/playground/App.vue b/examples/sites/playground/App.vue index 556e118177..8fde6aeeba 100644 --- a/examples/sites/playground/App.vue +++ b/examples/sites/playground/App.vue @@ -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' @@ -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]