vue-attr-stringify-loader Example Converts <template> <div :data-bb="{ dd: 1 }">sdsfs</div> </template> (roughly) to <template> <div :data-bb="JSON.stringify({ dd: 1 })">sdsfs</div> </template> options options must be object. { "attr":[':data-bb'] }