Robin Dong
Robin Dong
## OS Mac ## VERSION 1.5.0 ## ISSUE DESCRIPTION Add modal resizable feature
example in model: ``` protected $connection = 'mysql'; protected $table = 'db1.table'; ```
picker组件
**描述你希望的支持的新功能?** 增加picker组件 **你期望的 API 是怎样的?** 官方的picker在样式上和lin-ui不统一, 且无法引用到form组件中
例: d2-crud-table d2-crud-dialog d2-crud-pagination等,抽离后组件可单独引用,可一起引用(用d2-crud组件将这些子组件合并,通过传入的props来确定是否需要引入该组件)。 优点: 1. 降低代码耦合 2. 结构更加清晰 3. 起到一定的优化作用 4. *使用时更加灵活(例如某些不需要分页或者不需要新增的表格展示,独立调用分页器以实现自定义页面布局等) 抽离后header的slot视情况甚至都可以取消(没有仔细考虑这个)
## OS Mac ## VERSION 1.5.8 ## ISSUE DESCRIPTION 在php中直接写代码是可以反序列化的
### Clear and concise description of the problem I want to define keyframes use object like tailwindcss ### Suggested solution Allow define keyframes use object ### Alternative _No response_ ###...
### Describe the feature ``` export default defineNitroConfig({ database: { default: { connector: 'sqlite', options: { name: 'db' } }, users: { connector: 'postgresql', url: 'postgresql://username:password@hostname:port/database_name' } } }) ```...
### 这个功能解决了什么问题 当前使用的html属性`theme-mode`并非标准属性, 与第三方相关库兼容性也不好, 例如`tailwindcss`,`unocss`,`color-mode`等 ### 你建议的方案是什么 使用`class="dark"`或 `data-theme-mode="dark"`来作为暗黑模式方案 相关问题: https://github.com/nuxt-modules/color-mode/pull/215#issuecomment-1820890763
ref: https://laravel.com/docs/11.x/routing#customizing-the-key
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug When you update the content of console.log, HMR is broken. ### Reproduction https://stackblitz.com/edit/vitejs-vite-q32exk?file=src%2Fcomponents%2FTest.vue&terminal=dev ### Steps to...