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:
parent
5eebd34a28
commit
48d9b28fa0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user