Fix dropdown menu of skin library

This commit is contained in:
Pig Fang 2019-05-04 11:51:24 +08:00
parent 059c948b1c
commit d418083495
3 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/* eslint-disable import/no-extraneous-dependencies */
import './public-path' // Must be first
import 'jquery'
import 'bootstrap/js/collapse'
import 'bootstrap/js/dropdown'
import 'bootstrap/js/modal'
import 'bootstrap/js/transition'

View File

@ -0,0 +1,3 @@
## Fixed
- Fixed dropdown menu of skin library for mobile users.

View File

@ -0,0 +1,3 @@
## 修复
- 修复移动端下皮肤库下拉菜单失效的问题