feat(week_recipe.vue): [M] add console log for debug
[M] add console log for debug Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
parent
b017b691ee
commit
2280fd25c1
@ -94,6 +94,8 @@ export default {
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
console.log(config.publicPath);
|
||||
console.log(process.env);
|
||||
axios
|
||||
.get(config.publicPath + '/recipe/week-recipe/')
|
||||
.then((response) => (this.daily_recipes = response.data));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user