-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022-7-21技术分享总结 #133
Comments
一、$attrs、$listeners:主要用于实现多层嵌套数据传递 1. $attrs -- 绑定所有属性 (除了props以外)2. $listeners ---绑定绑定所有事件3. inheritAttrs举个简单滴栗子~A组件里面嵌套了B组件,B组件里面嵌套了C组件,我想把A组件的数据传给C
|
三、redis 1.关于redis开源的NOSQL系统之一,使用ANSI c语言编写的key-value存储系统(区别于MySQL的二维表格的形式存储。)用作数据库、缓存、消息代理和流引擎 2.在项目中的使用(nuxt强大的服务端能力)
3. redis在nuxt中的其他应用redis缓存---解决访问量大的问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: