gpt4 book ai didi

javascript - SelectBoxIt jq 插件无法与 Vue.js 一起使用

转载 作者:行者123 更新时间:2023-12-03 04:29:33 27 4
gpt4 key购买 nike

页面中有很多动态生成的选择框。我想应用 jquery selectBoxIt ( http://gregfranko.com/jquery.selectBoxIt.js/ ) 插件。我正在使用 Vue js 。我应该放在哪里

$('.cl_v').selectBoxIt({ theme: 'default', 'defaultText': 'select', autoWidth: false });

为了将插件附加到选择元素上?应用于选择框的类是cl_v。我已将上述代码放在 created:mounted:destroyed: 中。但这没有用。如何将插件与 Vue.js 一起使用?谢谢

最佳答案

您应该创建一个wrapper component 。这就是你 make VueJS and jQuery play nice .

如果您的 selectBoxIt 工作所需的唯一事情就是上面的调用,那么您只需要像这样的 mounted 部分:

mounted() {
$(this.el).selectBoxIt({ theme: 'default', 'defaultText': 'select', autoWidth: false });
}

关于javascript - SelectBoxIt jq 插件无法与 Vue.js 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43545450/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com