We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90c99 commit 9350f7aCopy full SHA for 9350f7a
examples/sites/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opentiny/vue-docs",
3
- "version": "3.18.3",
+ "version": "3.18.4",
4
"license": "MIT",
5
"scripts": {
6
"start": "vite",
@@ -86,4 +86,4 @@
86
"vite-svg-loader": "^3.6.0",
87
"vue-tsc": "^1.8.5"
88
}
89
-}
+}
examples/sites/src/views/components/float-settings.vue
@@ -135,7 +135,7 @@ export default defineComponent({
135
type: 'info',
136
title: '请注意',
137
message: '主题切换成功,如有部分主题样式不生效,请尝试手动刷新页面即可',
138
- position: 'top-right',
+ position: 'bottom-right',
139
duration: 3000
140
})
141
isShowTip = true
0 commit comments