11 2022 档案

vite
摘要:export default defineConfig({ server: { fs: { // 可以为项目根目录的上一级提供服务 allow: ['..'] } } }) 开发服务器选项 | Vite 官方中文文档 (vitejs.dev) resolve:{ alias: { '/images' 阅读全文

posted @ 2022-11-02 17:16 xiaogezi 阅读(43) 评论(0) 推荐(0)

handsometable notes
摘要:{ data: "xxx", editor: 'select', selectOptions: { '0': 'P0', '1': 'P1', '2': 'P2', } },// handsontable/selectEditorSpec.js at b0802f78b5c4fbe0de9a9b9b 阅读全文

posted @ 2022-11-01 14:20 xiaogezi 阅读(85) 评论(0) 推荐(0)

导航