1、在components 目录下新建Test.vue 文件 2、在Hell.vue里添加代码引用Test.vue 运行结果: ...
分类:
其他好文 时间:
2017-08-03 18:51:47
阅读次数:
165
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
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的学习: 1.特性 它不是一个完整的MVC,MVVM框架,它和Web Components并不冲突,那什么是Web Components呢?近年来,web 开发者们通过插件或者模块的形式在网上分享自己的代码,便于其他开发者们复用这些优秀的代码。同样的故事不断发 ...
分类:
Web程序 时间:
2017-07-30 23:36:28
阅读次数:
181
报错一: 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
Simple Auth service: Using Observable is a easy way to implement reactive application. Create a BehaviorSubject and then convert subject to Observable ...
概述:vue-router 是WebApp链接路径管理系统。 安装 vue-router 路由文件 router/index.js: 添加文件components/demo.vue: 引入demo组件: 配置路由: 通过以上操作,我们就有了两个页面,通过改变地址栏可以看到 hello.vue 页面的 ...
分类:
其他好文 时间:
2017-07-29 15:21:47
阅读次数:
132
摘要 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的指令和angular1的指令相差较大 var app =new Vue({ el:"#app", data:{ color:'red', }, methods:{ }, components:{ selfcomponent } }); 以上实现的效果是,在输入 ...
分类:
其他好文 时间:
2017-07-28 22:16:41
阅读次数:
290
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