You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return`<template>\n <div class = "${compClass}">\n${templateTagStr}${routeStr}\t\t<Oauth/>\n\t</div>\n</template>`;
300
+
return`<template>\n <div class = "${compClass}">\n${templateTagStr}${routeStr}\t<Oauth/>\n\t</div>\n</template>`;
301
301
}
302
302
return`<template>\n <div class = "${compClass}">\n${templateTagStr}${routeStr}\n\t</div>\n</template>`;
303
303
}
304
304
elseif (compClass ===""&& compID !=="") {
305
-
if(this.$store.state.exportOauth==='on'||this.$store.state.exportOauthGithub==='on'){return`<template>\n <div id = "${compID}">\n${templateTagStr}${routeStr}\n\t\t<Oauth/>\n\t</div>\n</template>`;}
305
+
if(this.$store.state.exportOauth==='on'||this.$store.state.exportOauthGithub==='on'){return`<template>\n <div id = "${compID}">\n${templateTagStr}${routeStr}\n<Oauth/>\n\t</div>\n</template>`;}
306
306
return`<template>\n <div id = "${compID}">\n${templateTagStr}${routeStr} </div>\n</template>`;
0 commit comments