一、功能: 1、标准功能 Foundation Services Foundation Components Event Handling Controls Forms Grids Trees Layout DataBinding Themes/Skins 2、扩展功能 SmartClientSer ...
分类:
其他好文 时间:
2017-11-25 23:36:26
阅读次数:
195
为了能够在父子组件中实现双向控制,需要以下的步骤: 第一步:子组件中挖坑 (1)在需要父组件填充具体内容的地方挖坑,方式为 通过slot和name指定坑 第二步:父组件中填坑(具体内容) (1)引入子组件作为其中一个模块 在父组件的script中通过import引入,然后通过components进行 ...
分类:
其他好文 时间:
2017-11-25 14:17:20
阅读次数:
221
父组件和子组件的区分 使用组件者为父,被使用组件者为子 父需要声明子组件,引入子组件对象,声明方式如下 import 子组件对象 form './xxx.vue'; { components:{ 组件名:子组件对象 }} 全局组件,使用更为方便,不需要声明,直接使用在main.js中引入一次 声明全 ...
分类:
其他好文 时间:
2017-11-24 19:04:14
阅读次数:
84
slot--使用插槽分发内容(位置、槽口;作用: 占个位置) 官网API: https://cn.vuejs.org/v2/guide/components.html#使用插槽分发内容 使用组件时,有时子组件不知道会收到什么内容,这是由父组件决定的。 一、单个插槽 二、具名插槽 slot根据不同的n ...
分类:
其他好文 时间:
2017-11-22 11:45:06
阅读次数:
372
laravel5.5+adminlte搭建自己的后台
首先下载最新的laravel
composerglobalrequire"laravel/installer"
然后创建一个应用
laravelnewblog
下载adminlte模板
https://github.com/almasaeed2010/AdminLTE/releases
把下载过来的模板bower_components,build,dist三个目录放到
la..
分类:
其他好文 时间:
2017-11-22 00:55:13
阅读次数:
294
官网API: https://cn.vuejs.org/v2/guide/components.html#Prop 一、父子组件通信 1、父组件传递数据给子组件,使用props属性来实现 传递普通字符串 父组件: 子组件: 结果: hello! 动态:父组件数据如何传递给子组件 父组件: 子组件:通 ...
分类:
其他好文 时间:
2017-11-21 18:47:29
阅读次数:
173
Your database is running in ARCHIVELOG mode, and the database is open. You execute an RMAN backup and specify the KEEP clause.Which components are bac ...
分类:
其他好文 时间:
2017-11-16 18:35:40
阅读次数:
133
1. 布局框架: Bootstrap: http://getbootstrap.com/ Foundation: http://foundation.zurb.com/ Uikit: http://www.getuikit.com/ Web Components:http://css-tricks. ...
分类:
其他好文 时间:
2017-11-14 17:17:14
阅读次数:
152
Vue.js 目录结构 上一章节中我们使用了 npm 安装项目,我们在 IDE(Eclipse、Atom等) 中打开该目录,结构如下所示: 目录解析 这里是我们要开发的目录,基本上要做的事情都在这个目录里。里面包含了几个目录及文件: assets: 放置一些图片,如logo等。 components ...
分类:
其他好文 时间:
2017-11-11 19:50:20
阅读次数:
200
Interaction Components 交互组件 This section covers components in the UI system that handles interaction, such as mouse or touch events and interaction us ...
分类:
编程语言 时间:
2017-11-11 18:58:07
阅读次数:
319