ForChange客服小弟

Results 133 comments of ForChange客服小弟

> 需要提供更加完整的复现步骤。参考:https://www.yuque.com/lce/doc/yvlxhs > > ![image](https://user-images.githubusercontent.com/11935995/182780345-31a125c3-66d6-41fd-b608-94d6935e8882.png) DEMO: https://github.com/xmsz/demo-20220804

> ![image](https://user-images.githubusercontent.com/1195765/183411208-372bf7f4-9b8f-4b7c-830d-367312191166.png) 我知道 我想用代码提示能力

我用vite,只想用「@alilc/lowcode-react-renderer」 ``` import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], optimizeDeps: { exclude: ['@alilc/lowcode-react-renderer'], }, }); ``` 会出现 ``` Uncaught SyntaxError:...

> > 我用vite,只想用「@alilc/lowcode-react-renderer」 > > ``` > > import { defineConfig } from 'vite'; > > import react from '@vitejs/plugin-react'; > > > > // https://vitejs.dev/config/ > > export default...

> @xmsz I believe [this](#issuecomment-999991247) works effectively

有什么进展吗 组件可以设置默认时区

这个问题存在估计都好几辈子了... 是个已知问题,ios特定机型或者情况下获取不到胶囊高度,需要延迟获取。所以目前做法还是固定写死...

> sql: > > ```sql > SELECT > sum( s.num ) > FROM > ( > SELECT count( DISTINCT `ele_red_user_record`.`user_id` ) AS `num` > FROM `ele_red_user_record` `user_record` -- main alias...