标签:问题积累

问题积累

#问题积累

📚 共 1 篇文章 🏷️ 标签分类 📝 问题积累
问题积累

VUE重点问题总结

1、组件三种挂载方式自动挂载varapp3=newVue({el:'#app-3',data:{seen:true}})手动挂载//可以实现延迟