Vue的知识点和技巧

Vue 的知识点和技巧总结

知识点

Vue 组件间通信六种方式

Vue 组件间通信六种方式(完整版)

Vue问题解决

  1. 解决 These dependencies were not found: 等等问题

    在babel.config.js中添加:

    presets: [ [ “@vue/app”, { useBuiltIns: “entry” } ] ]

    但是 为嘛这样就行了呢

Author: XavierShi
Link: https://blog.xaviershi.com/2019/05/31/Vue的知识点和技巧/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.