remove debugger2
This commit is contained in:
@@ -48,11 +48,9 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
let that = this;
|
let that = this;
|
||||||
return {
|
return {
|
||||||
// level: 0,
|
|
||||||
key1: _.random(0,100),
|
key1: _.random(0,100),
|
||||||
key2: _.random(0,100),
|
key2: _.random(0,100),
|
||||||
key3: _.random(0,100),
|
key3: _.random(0,100),
|
||||||
// data: [],
|
|
||||||
settingsBreadCrumbs: [
|
settingsBreadCrumbs: [
|
||||||
{
|
{
|
||||||
class: "fas fa-info-circle",
|
class: "fas fa-info-circle",
|
||||||
@@ -66,7 +64,6 @@ export default {
|
|||||||
watch: {},
|
watch: {},
|
||||||
computed: {
|
computed: {
|
||||||
level: function () {
|
level: function () {
|
||||||
//return 0
|
|
||||||
return _.find(this.levels, {'active': true }).level;
|
return _.find(this.levels, {'active': true }).level;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -81,7 +78,6 @@ export default {
|
|||||||
this.updateKey(data.level);
|
this.updateKey(data.level);
|
||||||
},
|
},
|
||||||
updateKey(level) {
|
updateKey(level) {
|
||||||
debugger;
|
|
||||||
switch (level) {
|
switch (level) {
|
||||||
case 0:
|
case 0:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user