Skip to content

Conversation

@21tcoelho
Copy link
Contributor

Implemented a page where users can create a new badge for their organization using a canvas.

@@ -0,0 +1,2 @@
VUE_APP_CLIENT_ID= 581cd1a745e24eef5fef
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need push .env file to GitHub put it in .gitignore.

<template>
<div>
<v-layout justify-center row>
<v-btn-group class = "buttongroup"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v-btn-group has no closing tag giving an error at console on execution.

function draw() {
var canvas = document.getElementById('newCanvas');
if (canvas.getContext) {
var ctx = newCanvas.getContext('2d');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shall be canvas not newCanvas here.

@21tcoelho 21tcoelho closed this Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants