wxml-loader
wxml-loader copied to clipboard
wxml loader for webpack
Results
3
wxml-loader issues
Sort by
recently updated
recently updated
newest added
wxml 按照我的理解,应该只需要复制到目标目录?
云开发存储的文件可以在 wxml 里用的组件以 `cloud://...` 为地址使用: https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/storage.html 例如: ```html ```
wxs 是微信小程序所特有的,类似提供 filter 等特性。 在基于微信小程序转百度小程序时,对于微信小程序的 wxs 文件如何处理? 或者有什么思路,我来提 PR