小见

Vue.js绑定绑定单击事件

电脑版发表于:2020/6/7 20:30

@click即可

<a class="del" data-id=".id9" @@click="delete(item.ID)">删除</a>

在.net mvc中需要多加一个@


js里边在vue中提供一个方法

var consulserviceVue = new Vue({
        el: "#con",
        data: {
            cons: {},
            instances: []
        },
        created: function () {
        },
        updated: function () {
        },
        methods: {
            delete: function (serviceId) {
                alert(serviceId);
            }
        }
    });


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢