logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

element ui el-dialog子组件放到表格中title一直居中

1、背景和问题背景:子组件放在表格column中,子组件有个button和el-dialog问题:el-dialog弹窗一直居中,center样式设置为true也不行2、解决方式原因:表格列默认居中显示,text-align样式被el-dialog继承解决思路:子组件设置div的text-align样式,覆盖掉表格column样式...

在vue react中使用Web Components组件

1、web组件部分代码(function () {// 配置模板const getEemplate = () => {// 创建模板const template = document.createElement('template');// 给模板设置id 方便查找template.id = 'userCardTemplate';template.innerHTML = `&

did you register the component correctly? For recursive components, make sure to provide the "name"

背景:vue2,写了个子组件在父组件中导入,一直报这个错误原因:子组件导入加了{}import { phoneLur } from './interface/phoneLur'解决方式:去掉{},不再报错// TODO 组件导入不能加{}import phoneLur from './interface/phoneLur'  ...

vue-baidu-map中直接使用mapStyle设置样式,点击marker时地图上会有白屏闪烁

背景:在<baidu-map>中直接定义mapStyle,在添加marker后,点击marker时会出现白屏闪烁<baidu-map class="map" :center="{lng: 116.404, lat: 39.915}":mapStyle="{style:'midnight'}"...

angular插槽总结

1、ng-content作用:内容投影,将组建内部写的组件或者html覆盖父组件的ng-content使用场景:编写组件中需要融入其他组件(类似vue slot)例:app-d3chart中需要加入app-new-small-card组件,app-new-small-card需要加入app-small-panel组件,只需要在app-d3chart中加<ng-conten...

vue + d3项目

1、安装好node环境2、安装vue-cli    淘宝镜像:npm install -g cnpm --registry=https://registry.npm.taobao.org    3、创建项目(名称小写)安装依赖4、路由5、resourse和axios(推荐使用)插件    resourse:vue2.0之后,就不再对vue-resource更新,...

vue项目生产环境配置代理一直405

1、过程    1)在config-->index.js中配置代理 proxyTable: {'/api/**': {target: 'http://**', // 你接口的域名// secure: false,// 如果是https接口,需要配置这个参数changeOrigin: true,// 如果接口跨域,需要...

vue项目生产环境配置代理一直405

1、过程    1)在config-->index.js中配置代理 proxyTable: {'/api/**': {target: 'http://**', // 你接口的域名// secure: false,// 如果是https接口,需要配置这个参数changeOrigin: true,// 如果接口跨域,需要...

TypeScript注解

转载:《TypeScript 中文入门教程》 17、注解版权文章转载自:https://github.com/zhongsp建议您直接跳转到上面的网址查看最新版本。介绍随着TypeScript和ES6里引入了类,现在在一些场景下我们会需要额外的特性来支持注解或修改类和类成员。 Decorators提供了一种方式来添加注解和在类的声明和成员上使用元编程语法。 Javascript...

EOF github.com/develar/app-builder/pkg/download.(*Downloader).follow.func1

EOF github.com/develar/app-builder/pkg/download.(*Downloader).follow.func1

#github#npm#git
    共 20 条
  • 1
  • 2
  • 请选择