[Vuejs]-Vue JS Add Custom HTML attribute to script tag 12 December 2023 by thecoderscamp.com 4👍 ✅ And vue meta does not work? export default { head() { return { script: [ { src: 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js', supercoolattribute: 'supercool', }, ], } }, } Works well for me 👤bill.gates [Vuejs]-How can i use filter using Vue 2 which should be compatible for Vue 3 0👍 There’s a library called vue-head that allows you to manipulate the head-tag in Vue JS. 👤Timm [Vuejs]-How can i use filter using Vue 2 which should be compatible for Vue 3 Source:stackexchange.com