🐛 fix another typo..

This commit is contained in:
wellá
2019-10-25 11:46:18 +02:00
committed by GitHub
parent fc8d174805
commit 14de25b0cf

View File

@@ -39,7 +39,7 @@ export default {
}, },
data() { data() {
return { return {
prodBaseUrl = 'https://webgems.io/', prodBaseUrl: 'https://webgems.io/',
showNotice: false, showNotice: false,
} }
}, },