Git Product home page Git Product logo

notes's Introduction

notes

备课资料和笔记

vue项目笔记

1. Keep-alive

keep-alive 

<keep-alive> 包裹动态组件时,会缓存不活动的组件实例,而不是销毁它们。
 <transition> 相似,<keep-alive> 是一个抽象组件:它自身不会渲染一个 DOM 元素,
也不会出现在父组件链中。

当组件在 <keep-alive> 内被切换,它的 activated  deactivated 这两个生命周期钩子函数将会被对应执行。

2. slot

插槽:https://segmentfault.com/a/1190000012996217

3. 路由嵌套

多路由出口配置,需要注意路径

4. 仿QQ侧滑导航

git地址: https://github.com/hjl19911127/vue-drawer-layout/blob/master/README.zh-CN.md
使用案例: http://share.codehuang.com/vue-drawer-layout

notes's People

Contributors

whplover avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.