码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
vue引入全局组件和局部组件的区别以及全局注册公共函数
一,先看看全局组件的引用,就拿最常用的全局的暂无数据来举例,看看全局的是如何实现的。 Step1,首先在components创建一个公共的目录,NoDatas目录里边包含index.vue和index.js,index.vue用来写公共的页面,index.js用来导出这个组件。 <template> ...
分类:其他好文   时间:2019-06-12 10:46:14    阅读次数:281
(十二)硅谷外卖前端部分-ShopList 组件(静态)
一、图片资源 二、components/ShopList/ShopList.vue 三、Msite.vue ...
分类:其他好文   时间:2019-06-07 22:52:37    阅读次数:107
(十)硅谷外卖前端部分-HeaderTop 组件
一、说明 二、components/HeaderTop/HeaderTop.vue 三、Msite.vue 四、Search.vue 五、Order.vue 六、Profile.vue ...
分类:其他好文   时间:2019-06-07 20:52:39    阅读次数:100
Vue知识点汇
Vue的核心特性之一是双向绑定,vue的响应式原理是实现了数据->视图 v-model是一个指令,限制在<input>、<select>、<textarea>、components中使用,修饰符.lazy(取代 input 监听 change 事件)、.number(输入字符串转为有效的数字)、.t ...
分类:其他好文   时间:2019-06-06 09:24:08    阅读次数:90
Lightning Web Components 组合(五)
使用组合我们可以用来设计复杂的组件。 组合一些比较小的组件,可以增加组件的重新性以及可维护性。 通过以下一个简单的demo,将会展示关于owner 以及container 的概念,在实际的项目中 example-todo-item 一般是通过for:each 循环动态填充的 <!-- todoApp ...
分类:Web程序   时间:2019-06-04 09:46:00    阅读次数:126
json文件生成
// import Translate from 'translate-components' /* * 匹配所有汉字RegExp: [\u4e00-\u9fa5] [\u4E00-\u9FA5]|[\uFE30-\uFFA0] * 汉字部分除了^的标签jsonRegExp: [^\^]+?(?=-... ...
分类:Web程序   时间:2019-06-03 20:12:03    阅读次数:160
wepy 小程序开发(Mixin混合)
默认式混合 对于组件data数据,components组件,events事件以及其它自定义方法采用默认式混合,即如果组件未声明该数据,组件,事件,自定义方法等,那么将混合对象中的选项将注入组件之中。对于组件已声明的选项将不受影响。 兼容式混合 对于组件methods响应事件,以及小程序页面事件将采用 ...
分类:微信   时间:2019-06-03 12:27:54    阅读次数:501
React Component --React
一、Use functions to define components 二、Use ES6 class to define components 三、Transfer parameters to functions 四、Composite components 参考:https://www.run ...
分类:其他好文   时间:2019-06-01 23:18:24    阅读次数:130
Vue分页查询参考
https://github.com/wangjiachen199366/Vue-Components-Library/tree/master/Pagination https://www.cnblogs.com/fengpingfan/p/9811330.html https://www.cnbl ...
分类:其他好文   时间:2019-05-31 01:31:26    阅读次数:117
Vue 将一个组件嵌入到另一个组件中
App.vue是所有组件的 要嵌入到App.vue组件中, 在script处导入 import xxx from './components/Helloxxx' 在export default中加入自己的组件 最后在template处,导入自己的组件即可 logo是在app.vue中添加的 篮框是在 ...
分类:其他好文   时间:2019-05-20 13:41:23    阅读次数:135
1669条   上一页 1 ... 37 38 39 40 41 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!