Fix unused prop

This commit is contained in:
Sam Carlton 2020-12-01 22:46:29 -06:00
parent 368e452201
commit e13b2437c0

View file

@ -63,10 +63,10 @@ import axios from 'axios'
export default {
props: {
appName: {
type: String,
required: true
},
// appName: {
// type: String,
// required: true
// },
placeholder: {
type: String,
default: 'Send me regular app updates'