1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Removed console.log

This commit is contained in:
zeot 2018-10-28 17:47:00 +03:00
parent 5eebd34a28
commit 48d9b28fa0

View File

@ -29,7 +29,6 @@ import axios from "axios";
export default class Toolbar extends Vue {
async getApi() {
const { data } = await axios.get('api');
console.log(data);
}
}
</script>