我是通过vue-cli创建的vue项目,在npm install后,我在Hello.vue中增加代码
mounted () {
this.showDia()
},
methods: {
showDia () {
console.log('hello')
}
}
参考https://segmentfault.com/a/11... 这篇文章,但是没有试出来。求大神帮忙。
我是通过vue-cli创建的vue项目,在npm install后,我在Hello.vue中增加代码
mounted () {
this.showDia()
},
methods: {
showDia () {
console.log('hello')
}
}
参考https://segmentfault.com/a/11... 这篇文章,但是没有试出来。求大神帮忙。
8 回答4.8k 阅读✓ 已解决
6 回答3.5k 阅读✓ 已解决
5 回答2.9k 阅读✓ 已解决
5 回答6.4k 阅读✓ 已解决
4 回答2.3k 阅读✓ 已解决
4 回答2.8k 阅读✓ 已解决
3 回答2.5k 阅读✓ 已解决
git clone下来,直接用webstorm打开