We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77e60e commit d085f23Copy full SHA for d085f23
src/components/MainComponent.vue
@@ -75,7 +75,7 @@ export default defineComponent({
75
return this.itemName.charAt(0).toUpperCase() + this.itemName.slice(1);
76
},
77
mockedDataMessage() {
78
- return process.env.VUE_APP_MOCKED_DATA === 'true' ? 'Using mock data. Check VUE_APP_MOCKED_DATA variable.' : '';
+ return process.env.VUE_APP_MOCKED_DATA === 'true' ? 'Using mock data - see README if unintended' : '';
79
}
80
81
data () {
0 commit comments