weiyuqin
weiyuqin
 ```javascript require("switchery/dist/switchery.css"); var Switchery = require("switchery/dist/switchery"); var elem = document.querySelector(".js-switch"); var switchery = new Switchery(elem,{size:"small"}); ``` I use webpack import the Switchery and...
thanks I'll try it
I am sorry, I thought it was resolved. and my project was later used in other ways