mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix unused prop
This commit is contained in:
parent
368e452201
commit
e13b2437c0
1 changed files with 4 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue