为了账号安全,请及时绑定邮箱和手机立即绑定

vue is not defined ?????

Vue.component('todo-item',{
  template:'<li>item</li>'
});

export default {
  data:function(){
    return {
     // title :'<span>?</span>This is my first way',
      items:[],
      newItem:'',
      childWold:'',
      isFinished:'thisIsLiClass',
      ishouse:'thisisLihouse',
      firstName:'',
      lastName:'',
      count:0,
      title:'this is hello world',
      content:'balabalabalaba',
      show:true,
      inputValue:''
    }
  },
  computed:{
    fullName:function(){
      return this.firstName + ' ' + this.lastName
    }
  },
  watch:{
    fullName:function(){
      this.count++;
    }
  },
  methods:{
    handleClick:function(){
      this.title = 'how are you'
    },
    handleToggle:function(){
      this.show = !this.show
    },
    handleSubmit:function(){
      this.items.push(this.inputValue);
      this.inputValue = '';
    }
  }

}


正在回答

3 回答

vue都没引入

0 回复 有任何疑惑可以回复我~

写的对呀

0 回复 有任何疑惑可以回复我~

写错了,你这个,这个是用了手脚架之后写的吧,你仔细看看data压根不是那么写的

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

vue is not defined ?????

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信