内容简介:Framework7 3.0.0 beta9 已发布。更新内容如下: Core Better @global parsing in js and js_if helpers All new Tooltip component Template7 update to latest 1.3.6 Phenome Now f7route and f7router are pa...
Framework7 3.0.0 beta9 已发布。更新内容如下:
Core
Better
@globalparsing injsandjs_ifhelpersAll new Tooltip component
Template7 update to latest 1.3.6
Phenome
Now
f7routeandf7routerare passed as props for components loaded by router (Page, Routable Tabs, Routable Modals).$f7routeand$f7routerare now also available only on components loaded by router (Page, Routable Tabs, Routable Modals) and may not be available in custom children components. For children components they must be passed done using propsAdded
tooltipsupport forLinkandButtoncomponents
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++标准模板库编程实战
Ivor Horton / 郭小虎、程聪 / 2017-1
《C++标准模板库编程实战》介绍最新的C++14标准的API、库和扩展,以及如何将它们运用到C++14程序中。在书中,作者Ivor Horton 则阐述了什么是STL,以及如何将它们应用到程序中。我们将学习如何使用容器、迭代器,以及如何定义、创建和应用算法。此外,还将学习函数对象和适配器,以及它们的用法。 阅读完本书之后,你将能够了解如何扩展STL,如何定义自定义类型的C++组件,你还将能够......一起来看看 《C++标准模板库编程实战》 这本书的介绍吧!