0
0
Fork 0

Add API base and the API token as accepted props

This commit is contained in:
Tyler-A 2020-08-03 22:06:32 -06:00
parent 902711fcd5
commit bda4a77b07

View file

@ -79,6 +79,8 @@ export default {
data_exists: Boolean, data_exists: Boolean,
dev: Boolean, dev: Boolean,
preview: Boolean, preview: Boolean,
api_url: String,
token: String,
}, },
components: { components: {
icon: Icon, icon: Icon,