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<Oauth/>\n\t</div>\n</template>`;
328
-
}
323
+
329
324
return`<template>\n <div class = "${compClass}">\n${templateTagStr}${routeStr}\n\t</div>\n</template>`;
330
325
}
331
326
elseif (compClass ===""&& compID !=="") {
332
-
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>`;}
327
+
333
328
return`<template>\n <div id = "${compID}">\n${templateTagStr}${routeStr} </div>\n</template>`;
0 commit comments