Loading

小程序踩坑指南

  1. 小程序使用v-html会转译成Rich-text,不支持 id 属性 不支持<table>
  2. Web-view在小程序不支持加载本地html
  3. uniapp不在浏览器环境下运行 无法访问window、document等api
  4. props无法传递函数
  5. uview-form在小程序需要手动设置校验规则setRules
  6. 无法使用eval函数等js解释器
  7. 使用v-deep需要在data()同级添加
    options: { styleIsolation: 'shared', }
posted @ 2023-06-08 09:10  资深if-else侠  阅读(10)  评论(0编辑  收藏  举报