自定义全局组件/插件

揭密Vue.use()实质,多了一个install方法

import LoadingComponents from './loading'
const Loading = {
  install: (Vue) => {
    Vue.component('loading', LoadingComponents)
  }
}
export default Loading

skill->只需在main.js中import并使用即可
css3 动画实质就是dom结构上挂载的style样式,只要你会拔取别人的dom结构和样式 ,任何你看到的动画,都能为你所用!这点真不是吹得..

You can change the world with your heart,even a lot of changes sometimes unless you won't geiv up....
原文地址:https://www.cnblogs.com/xiongwei2017/p/6658104.html