remove debugger

This commit is contained in:
Rodrigo Quelca
2021-09-24 18:04:48 +00:00
parent e9e1eb9701
commit c7cfaba5d2

View File

@@ -50,9 +50,7 @@ export default {
};
},
created() {},
mounted() {
debugger;
},
mounted() {},
computed: {},
updated() {},
beforeCreate() {},