This commit is contained in:
zhutianqi
2022-03-17 15:46:55 +08:00
parent 71d825f85b
commit 5ae12896cc
28 changed files with 265 additions and 251 deletions
@@ -62,6 +62,9 @@ export default {
const value = event
this.$emit('input', value)
}
},
mounted() {
console.log(this.config);
}
}
</script>