-
### Version
latest
### node-version
latest
### Link to minimal reproduction
_No response_
### Step to reproduce
复现步骤:
1. 使用 tiny init pro 命令创建一个 vue-pro 项目
2. 进入 web 目录,执行 tiny …
-
### Version
latest
### node-version
latest
### Link to minimal reproduction
手机浏览器访问以下页面错位:
https://opentiny.design/vue-pro/pages
### Step to reproduce
手机浏览器访问以下页面错位:
https://opentin…
-
### What problem does this feature solve
tabs 添加按钮希望挨着tab标签,在大屏幕上,如果放到右侧,移动距离太远
### What does the proposed API look like
tabs 添加按钮希望挨着tab标签,在大屏幕上,如果放到右侧,移动距离太远
-
### Version
v1.0.1
### node-version
v18.15.0
### Link to minimal reproduction
_No response_
### Step to reproduce
新建一个任意的工作目录,运行`tiny init pro command`命令
``` bash
mkdir test && cd test && tin…
-
### Version
3.6.1
### Vue Version
3.2.13
### Link to minimal reproduction
```
import { Cascader, Modal } from '@opentiny/vue'
export default {
components: {
TinyCa…
-
### Version
tiny v1.0.1 @opentiny/tiny-toolkit-vue-pro v1.0.0-alpha.5
### node-version
v16.14.2
### Link to minimal reproduction
_No response_
### Step to reproduce
1、安装脚手架npm install @opentiny…
-
### Version
仓库代码
### Vue Version
2.6.14
### Link to minimal reproduction
https://github.com/opentiny/tiny-vue
### Step to reproduce
```bash
pnpm dev2
```
### What is expected
_No response_
…
-
### Version
v1.0.0-alpha.3
### node-version
v16.18.0
### Link to minimal reproduction
复现步骤:
- 安装 tiny
- 执行 tiny init 命令,选择 vue-pro
根目录下没有 `.gitignore` 文件,会导致开发者使用 `git add .` / `git commit -…
-
### Version
v1.0.0-alpha.0
### Link to minimal reproduction
Not involved in
### Step to reproduce
1. npm i @opentiny/cli npminstall -g
2. tiny -v
tiny v1.0.0-alpha.0
3. tiny init
### What is …
-
What problem does this feature
### 可以告诉我下应该怎么写这个属性
### What does the proposed API look like
``
上面是官网的例子,表格组件里面的vue渲染器,我想给switch组件修改显示内容里面的文字,应该怎样加?目前只能添加attrs字段把内容显示出来,但无法修改,比如我想把 **ON**跟**…