didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

codebox 代码出现 console.log #63

Closed zlab closed 6 years ago

zlab commented 6 years ago

mand-mobile version/项目版本 1.1.0

codebox/index.vue

focus() {
      console.log('ok')
      this.focused = true
      if (this.system) {
        this.$refs.input.focus()
      }
    },
moyus commented 6 years ago

Fixed in v1.1.1