mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Merge branch 'develop'
This commit is contained in:
commit
5d9f09068e
2 changed files with 5 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'
|
||||
|
|
|
|||
|
|
@ -237,6 +237,7 @@ export default {
|
|||
** Build configuration
|
||||
*/
|
||||
build: {
|
||||
html: { minify: { collapseWhitespace: true } },
|
||||
/*
|
||||
** You can extend webpack config here
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue