码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
vue 引用其他组件
1、在components 目录下新建Test.vue 文件 2、在Hell.vue里添加代码引用Test.vue 运行结果: ...
分类:其他好文   时间:2017-08-03 18:51:47    阅读次数:165
[React] Style the body element with styled-components and "injectGlobal"
In this lesson, we see how we can apply styles globally with the "injectGlobal" helper method in styled-components. This method allows us to apply sty ...
分类:其他好文   时间:2017-08-02 10:16:50    阅读次数:187
[React] Style a React component with styled-components
In this lesson, we remove the mapping between a React component and the styles applied to it via classnames. We write our styles directly within the c ...
分类:其他好文   时间:2017-08-02 10:00:35    阅读次数:225
ReactJs学习笔记01
粗略简单的表述一下我最近对ReactJs的学习: 1.特性 它不是一个完整的MVC,MVVM框架,它和Web Components并不冲突,那什么是Web Components呢?近年来,web 开发者们通过插件或者模块的形式在网上分享自己的代码,便于其他开发者们复用这些优秀的代码。同样的故事不断发 ...
分类:Web程序   时间:2017-07-30 23:36:28    阅读次数:181
Vue入门之旅:一报错 Unknown ... make sure to provide the "name" option及error compiling template
报错一: Unknown custom element: <custom-select> - did you register the component correctly? For recursive components, make sure to provide the "name" opt ...
分类:其他好文   时间:2017-07-30 20:00:13    阅读次数:6957
[Angular] Design API for show / hide components based on Auth
Simple Auth service: Using Observable is a easy way to implement reactive application. Create a BehaviorSubject and then convert subject to Observable ...
分类:Windows程序   时间:2017-07-30 19:05:50    阅读次数:250
Vue-router learning01
概述:vue-router 是WebApp链接路径管理系统。 安装 vue-router 路由文件 router/index.js: 添加文件components/demo.vue: 引入demo组件: 配置路由: 通过以上操作,我们就有了两个页面,通过改变地址栏可以看到 hello.vue 页面的 ...
分类:其他好文   时间:2017-07-29 15:21:47    阅读次数:132
【转】深入浅出JMS(一)--JMS基本概念
摘要 The Java Message Service (JMS) API is a messaging standard that allows application components based on the java Platform Enterprise Edition (Java E ...
分类:其他好文   时间:2017-07-28 23:55:07    阅读次数:283
vue怎么自定义指令??
最近看看vue中自定义指令,感觉vue的指令和angular1的指令相差较大 var app =new Vue({ el:"#app", data:{ color:'red', }, methods:{ }, components:{ selfcomponent } }); 以上实现的效果是,在输入 ...
分类:其他好文   时间:2017-07-28 22:16:41    阅读次数:290
[React Intl] Format Date and Time Using react-intl FormattedDate and FormattedTime
Using the react-intl FormattedDate and FormattedTime components, we’ll render a JavaScript Date into both a date string and a time string in different ...
分类:其他好文   时间:2017-07-28 20:58:13    阅读次数:205
1669条   上一页 1 ... 78 79 80 81 82 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!