UNPKG

@dolphinweex/dof-weex-vue-precompiler

Version:

a precompiler for weex-vue-render.

16 lines (15 loc) 265 B
exports.processDiv = function ( el, attrsMap, attrsList, attrs, staticClass ) { const finalClass = staticClass + ' weex-ct weex-div' el.staticClass = `"${finalClass}"` attrs.push({ name: `weex-type`, value: '"div"' }) el.plain = false }