import draggable from 'vuedraggable'; document.addEventListener("turbolinks:load", function(event){ let el = document.querySelector('#show-list'); if (el) ...
確定! 回上一頁