Files in node_modules cannot be introduced under ie, and file errors are reported in element ui.

element ui source code input-number can"t be used in ie 11. Google has no problem

import RepeatClick from "element-ui/src/directives/repeat-click"

if this line of code is commented out, there will be no error. Why can"t files in node_modules be referenced directly under Ie?

Mar.16,2021

is not that ie cannot directly reference files in node_modules, but that element-ui is compatible with ie browsers

.
Menu