@@ -33,7 +33,7 @@ export default {
methods:{
onShow () {
this.drawer = true
- next(() => {
+ this.$nextTick(() => {
switch (this.name) {
case 'custom':
console.log(this.$refs.custom)