为什么 vux 的x-button添加@click点击事件无效

<x-input title="验证码" placeholder="请输入验证码" class="weui-vcode">
    <x-button
      class="identifyCode-btn"
      slot="right"
      type="primary"
      @click="getCode()"
      mini>发送验证码</x-button>
  </x-input>
  methods: {
    getCode(){
      console.log("发送验证码")
    }
  }

getCode方法点击无效

阅读 10.3k
1 个回答
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏