export const generateCode = function(formJson, codeType= 'vue') { let formJsonStr = JSON.stringify(formJson) if (codeType === 'html') { return `