@ -8,15 +8,21 @@
</template>
<script>
import {post} from "~/utils";
export default {
methods: {
startHacking () {
async startHacking() {
this.$notify({
title: 'It works!',
type: 'success',
message: 'We\'ve laid the ground work for you. It\'s time for you to build something epic!',
duration: 5000
})
await post('lb/lab/test', {
data: 'data'
}