码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
Unknown custom element did you register the component correc
1、错误描述 vue.esm.js?efeb:591 [Vue warn]: Unknown custom element: <el-container> - did you register the component correctly? For recursive components, ma ...
分类:其他好文   时间:2019-02-16 09:28:24    阅读次数:7421
OAuth中client id的处理
http://www.tugberkugurlu.com/archive/simple-oauth-server-implementing-a-simple-oauth-server-with-katana-oauth-authorization-server-components-part-1 h ...
分类:其他好文   时间:2019-02-12 13:29:14    阅读次数:452
vue-cli莫名其妙的警告
vue项目项目运行时出现警告 This relative module was not found: * ./Home/HomePage/HomePage.less in ./src/components lazy ^\.\/.*$, ...
分类:其他好文   时间:2019-02-11 16:59:38    阅读次数:294
Vue自动化注册全局组件脚本
今天有一个idea,vue一些组件,可能会全局都用到,我觉得在main.js写 然后很命令式,写着也不好看,想着能够有一个函数可以指定加载比如components下的文件,自动完成全局化注册,想起来就很帅 放代码: js export function autoLoadingGlobalCompon ...
分类:其他好文   时间:2019-02-06 21:06:32    阅读次数:175
[Angular] Extract Implementation Details of ngrx from an Angular Application with the Facade Pattern
Extracting away the implementation details of ngrx from your components using the facade pattern creates some interesting possibilities in terms of it ...
分类:移动开发   时间:2019-01-31 01:26:33    阅读次数:151
ABAP接口用法
1、定义接口INTERFACE intf [PUBLIC]. [components] ENDINTERFACE. 2、注意点: 2.1、接口中所定义的所有东西默认都是公共的,所以不用也不能写PUBLIC SECTION。 2.2、只有在接口中定义的常量(CONSTANTS)才可以使用 VALUE ...
分类:其他好文   时间:2019-01-30 17:13:49    阅读次数:196
机器学习入门-文本特征-使用LDA主题模型构造标签 1.LatentDirichletAllocation(LDA用于构建主题模型) 2.LDA.components(输出各个词向量的权重值)
函数说明 1.LDA(n_topics, max_iters, random_state) 用于构建LDA主题模型,将文本分成不同的主题 参数说明:n_topics 表示分为多少个主题, max_iters表示最大的迭代次数, random_state 表示随机种子 2. LDA.component ...
分类:其他好文   时间:2019-01-27 01:06:51    阅读次数:760
kernel jenkins build script
#!/bin/bash #gcc: site="https://releases.linaro.org" #https://releases.linaro.org/components/toolchain/binaries/6.4-2018.05/arm-linux-gnueabihf/gcc-li ...
分类:其他好文   时间:2019-01-23 10:40:36    阅读次数:222
点点滴滴Vue-cli (三) Vue components
这一章开始介绍这个框架在项目中的实际应用,这一节我们先简单开始vue组件的使用,在这个小项目中我们将做一个简单的图书管理系统。最后项目会是怎么样我也还不是很清楚,只是一步一步的往下做。当然在这里也会涉及到 css的编写,因为这块内容不是本系列文章的重点,所以我们就简单的把他直接写在组件里面,在真实项 ...
分类:其他好文   时间:2019-01-23 00:21:52    阅读次数:299
Vue组件全局/局部注册
全局注册 main.js中创建 使用 局部注册 直接在 .vue 文件中使用 第一种方式 通过一个普通的 JavaScript 对象来定义组件: 然后在 components 选项中定义你想要使用的组件: 如果你希望 ComponentA 在 ComponentB 中可用,则你需要这样写: 第二种方 ...
分类:其他好文   时间:2019-01-22 17:27:21    阅读次数:127
1669条   上一页 1 ... 41 42 43 44 45 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!