You can use any DOM events with Alpine.js's x-on:[event-name] or @[event-name] in this case x-on:mouseup="console.log($event)" or ...
確定! 回上一頁