-
### Version
3.19.0
### Vue Version
3.4.27
### Link to minimal reproduction
1. 打开演练场
2. 把以下代码复制到App.vue。
3. 点击按钮,打开抽屉。
4. 将光标集中到“用户名”的输入框,无需输入,然后点击抽屉内容区空白处,此时会出现必填提示。
5. 点击关闭按钮,关闭抽屉。…
-
### Version
3.19.0
### Vue Version
5.0.8
### Link to minimal reproduction
页面初始化,导航栏如下所示:
![image](https://github.com/user-attachments/assets/a45e4700-8e61-4a48-84b1-a1d791cd239e)
实际情况是,导航栏只有四个菜…
-
### Version
3.19.0
### Vue Version
3.4.27
### Link to minimal reproduction
```vue
top-left
top-right
bottom-left
bottom-right
import { TinyNotify,…
-
### Version
3.19.0
### Vue Version
3.4.27
### Link to minimal reproduction
```vue
size值:{{formSize}}
small
medium
mini
null
demo1
…
-
### Version
3.19
### Vue Version
3.3.7
### Link to minimal reproduction
https://github.com/opentiny/tiny-vue
### Step to reproduce
3.19版本的model组件,指定close事件后,每次执行关闭,都会运行三次close事件。
### What is e…
-
### What problem does this feature solve
`tiny-vue-simple.mjs`中没有export `TinyBaseSelect`,无法使用``标签
`https://registry.npmmirror.com/@opentiny/vue-runtime/3.18.0/files/dist3/tiny-vue-simple.mjs`
### W…
-
### Version
latest
### Vue Version
latest
### Link to minimal reproduction
最小可复现Demo(点击展开,复制里面的链接,在浏览器地址栏打开)
https://opentiny.design/vue-playground?mode=pc&theme=smb…
kagol updated
1 month ago
-
### Version
3.17.0
### Vue Version
3.2.31
### Link to minimal reproduction
date-picker配置picker-options中disabledDate时进行时间大小判断导致页面卡死:
const pickerOptions = {
disabledDate(time) {
return ti…
-
#### 问题一: 本地执行pnpm dev启动,页面一直loading,进不去
答:
使用开发者工具看一下控制台是否产生报错,若报错如下:
GET https://npm.onmicrosoft.cn/@opentiny/vue-theme-3.11/index.css net::ERR ABORTED 403 (URLGolbalBlocked)
Access to script …
-
### Version
3.18.0
### Vue Version
3.4.29
### Link to minimal reproduction
import { ref } from 'vue'
import { Grid as TinyGrid, GridColumn as TinyGr…