🐛 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() {
return {
prodBaseUrl = 'https://webgems.io/',
prodBaseUrl: 'https://webgems.io/',
showNotice: false,
}
},