fix: fix bulletin text (#1014)

This commit is contained in:
申君健 2023-12-04 11:00:37 +08:00 committed by GitHub
parent c5ac044d03
commit 08661cfafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ import { Modal } from '@opentiny/vue'
const bulletins = [
{
id: 'version-tip',
content: `为了避免 @opentiny/vue 的月度版本(minor)升级带来的不确定因素,所以推荐在您的工程中的 package.json 中依赖包的版本号前使用 ~
比如 "@opentiny/vue": "~3.12.0`,
content: `为了避免 @opentiny/vue 的月度版本(minor)升级带来的不确定因素,推荐在您的工程中的 package.json 中依赖包的版本号前使用 ~
比如 "@opentiny/vue": "~3.12.0"`,
time: '2023-12-04'
}
]