Skip to content

Instantly share code, notes, and snippets.

View EnderKilledYou's full-sized avatar

Sterling EnderKilledYou

View GitHub Profile
@EnderKilledYou
EnderKilledYou / Home.vue
Created July 18, 2022 02:50
Updated Gist
<template>
<div class="home">
<label>
Email:
<input type="email" v-model="Email"/>
</label>
<button @click="Enroll">Enroll</button>
<div v-if="Error.length >0">
{{ Error }}
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
FaceResult: {
FaceId : '',