Add User
export default {
data() {
return {
name: '',
email: ''
}
},
methods: {
addUser() {
this.$store.commit('addUser', {name: this.name,email:this.email})
this.$router.push('/users')
}
}
}
So what was the reason to never fund nostr:npub17tyke9lkgxd98ruyeul6wt3pj3s9uxzgp9hxu5tsenjmweue6sqq4y3mgl ?
export default {
data() {
return {
name: '',
email: ''
}
},
methods: {
addUser() {
this.$store.commit('addUser', {name: this.name,email:this.email})
this.$router.push('/users')
}
}
}
No replies yet.