Boy♂Next♂Door
Boy♂Next♂Door
Error: 'VueComponent' is not exported by src\assets\images\icons\icon_search_orange.svg, imported by src\components\global\icon\iconManager.ts https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
Uncaught SyntaxError: The requested module '/src/assets/images/icons/icon_nav_kol.svg?import' does not provide an export named 'VueComponent'
目前在小程序编译后单位默认还是 rem,是否可以判断不同的端分别编译成 rpx 或 rem
.test:: after { content: ''; /* 没有办法编译这个字段 */ }
在小程序中使用 _ 代替 / ,然后使用 postcss 生成时 tailwindcss 不会生成 class,如果在项目中使用 / 的时候就会生成带 _ 的 class,是否能实现在小程序中使用 _ 也能生成带 _ 的 class。包括用 d 代替 . 也是一样的情况
## 新功能描述 我希望能够在我的页面中能够知道有没有富文本视频进入全屏模式 ## 应用场景 由于我们需要在富文本中实现视频滚动自动播放的功能(类似商品详情页底部配置一大堆视频),这种目前在小程序只能通过滚动和监听方式去实现,然而因为视频会进入全屏模式,而小程序的视频全屏也会对页面滚动造成影响,我目前需要知道富文本的视频是否有 进入全屏的状态情况
### 相关平台 微信小程序 **小程序基础库: 3.4.0** **使用框架: React** ### 复现步骤 1. npm install @taro/cli -g 2. taro init project,使用 npm,使用 typescript,使用 gitree 模板,使用 taro-ui 模板 3. npm install 4. npm run...