码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
时间水平坐标轴
实现的图 代码 小时的时间轴显示 {{hour + 7}} import { Component, Vue } from "vue property decorator"; @Component export default class TimeLine extends Vue { endTime ...
分类:其他好文   时间:2019-11-21 12:23:57    阅读次数:72
vue路由跳转遇到的错误
解决方法:components改为component ...
分类:其他好文   时间:2019-11-21 12:19:02    阅读次数:88
Vue router-link路由不同的写法,不一样的效果
我想要的路径:http://localhost:8080/#/main/hato/realtime/eventDetail/238 情况一:未进行路由配置: { path: 'eventDetail', name: 'eventDetail', component: () => import('@/ ...
分类:其他好文   时间:2019-11-21 12:18:11    阅读次数:71
Vue router-link路由不同的写法,不一样的效果
我想要的路径:http://localhost:8080/#/main/hato/realtime/eventDetail/238 情况一:未进行路由配置: { path: 'eventDetail', name: 'eventDetail', component: () => import('@/ ...
分类:其他好文   时间:2019-11-21 12:07:28    阅读次数:89
myeclipse中tomcat启动常见问题(一)
tomcat启动时错误:Failed to start component [StandardEngine[Catalina].StandardHost[localhost].错误 Caused by: java.lang.IllegalStateException: Unable to compl ...
分类:系统相关   时间:2019-11-21 09:53:27    阅读次数:76
报错/Warning: You should not use <Route component> and <Route children> in the same route; <Route component> will be ignored
这个报错在以下情形会出现 第一种 <Switch> <Route exact path="/home/index" component={HomeIndex} /> <Route path="/home/order" component={HomeOrder}> <Route path="/home ...
分类:其他好文   时间:2019-11-20 19:38:08    阅读次数:73
Salesforce学习之路(十一)Aura组件属性<aura:attribute />
1. <aura:attribute />语法 Aura组件属性类似与Apex中类的成员变量(或者说Java中类的成员变量)。他们是组件在特定的实例上设置的类型化字段,可以使用表达式语法从组件的标记内引用他们。 语法:<aura:attribute name="**" type="**" defau ...
分类:其他好文   时间:2019-11-20 15:23:34    阅读次数:73
vue插口
vue当中的插槽,指的即是slot,是组件当中的一块HTML模板。该模板是否显示,以及如何显示由其父组件说了算。不过插槽显示的位置是由子组件决定 ,你将slot写在组件template的哪块,父组件传过来的模板将来就显示在哪块! <!DOCTYPE html> <html lang="en"> <h ...
分类:其他好文   时间:2019-11-19 13:47:19    阅读次数:52
Spring、SpringMvc、MyBatis 整合
web.xml SSMProject示例项目下载 SSMProject_jar包 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http:// ...
分类:编程语言   时间:2019-11-19 01:08:31    阅读次数:90
自定义组件,父、子间传值
创建自定义组件 在 json 文件中进行自定义组件声明(将 component 字段设为 true) 在 wxml 文件中编写组件模板 在 wxss 文件中加入组件样式, 在 js 文件中,需使用 Component() 来注册组件,并提供组件的属性定义、内部数据和自定义方法 注意:在组件wxss中 ...
分类:其他好文   时间:2019-11-18 18:54:02    阅读次数:71
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!