[-] Remove old checkbox code
Vite Deploy on Release / Build and deploy main (push) Has been cancelled

This commit is contained in:
Hykilpikonna
2022-06-21 17:18:32 -04:00
parent f4786d2028
commit 219df99cc9
-24
View File
@@ -9,30 +9,6 @@
<div id="application">
<Navbar />
</div>
<!-- <input-->
<!-- v-model="contentType"-->
<!-- type="checkbox"-->
<!-- value="Video"-->
<!-- name="video"/>-->
<!-- <label for="video">Video</label>-->
<!-- <input v-model="contentType" -->
<!-- type="checkbox" -->
<!-- value="Text" -->
<!-- name="text" />-->
<!-- <label for="text">Text</label>-->
<!-- <input-->
<!-- v-model="contentType"-->
<!-- type="checkbox"-->
<!-- value="Examples"-->
<!-- name="examples"/>-->
<!-- <label for="examples">Examples</label>-->
<!-- <input-->
<!-- v-model="contentType"-->
<!-- type="checkbox"-->
<!-- value="QnA"-->
<!-- name="qna"/>-->
<!-- <label for="qna">QnA</label>-->
<!-- <p>Content Type: {{ contentType }}</p>-->
<router-view></router-view>
</template>