当前位置: 首页 > news >正文

建站报告2000字网站群发推广软件

建站报告2000字,网站群发推广软件,模板网站做外贸好不好,腾讯云服务器怎么重启在开发项目的时候经常会用到svg矢量图,而且我们使用SVG以后,页面上加载的不再是图片资源, 这对页面性能来说是个很大的提升,而且我们SVG文件比img要小的很多,放在项目中几乎不占用资源。 1、安装SVG依赖插件并配置加载器和路径 npm instal…

在开发项目的时候经常会用到svg矢量图,而且我们使用SVG以后,页面上加载的不再是图片资源,

这对页面性能来说是个很大的提升,而且我们SVG文件比img要小的很多,放在项目中几乎不占用资源。

1、安装SVG依赖插件并配置加载器和路径

npm install svg-sprite-loader

在 vue.config.js 里面对 .svg 结尾的文件使用对应的 loader

module.exports = {/* svg 相关配置 */chainWebpack: config => {const svgRule = config.module.rule('svg');// 清空默认svg规则svgRule.uses.clear();//针对svg文件添加svg-sprite-loader规则svgRule.test( /\.svg$/).use('svg-sprite-loader').loader('svg-sprite-loader').options({symbolId: 'icon-[name]'});}
}

在这里插入图片描述

2、封装 svg 组件SvgIcons

<template><div class="icon-wrapper"><svg class="icon" aria-hidden="true"  :style="{width: width, height: height}"><use :xlink:href="iconName" :fill="color"></use></svg></div>
</template><script>
// 引入从iconfont 下载的symbox文件
// import '@/assets/icons/iconfont-svg.js'
// 引入本地的svg文件
// 定义一个加载目录的函数
const requireAll = requireContext => requireContext.keys().map(requireContext)
const req = require.context('@/assets/icons/svg', false, /\.svg$/)
// 加载目录下的所有的 svg 文件
requireAll(req)export default {name: 'Icon',props: {name: String,prefix: {type: String,default: 'icon-'},color:{type:String,default:''},width: {type: String,default: '16px'},//svg高度height: {type: String,default: '16px'}},computed: {iconName(){return `#${this.prefix}${this.name}`}}
}
</script><style lang="scss" scoped>
.icon-wrapper {display: inline-block;
}
.icon {width: 100%;height: 100%;vertical-align: -0.15em;fill: currentColor;overflow: hidden;
}
</style>

3、再将上面的 SvgIcon组件注册为全局组件 main.js

import SvgIcon from '@/views/my_components/SvgIcons/index.vue'
Vue.component('SvgIcon', SvgIcon)

4、组件的使用

根据配置的路径在src/assets/下新建icons目录,把svg文件全部放到icons下的svg目录下
图标库,强大的阿里图标库
选择图标,复制svg代码
在这里插入图片描述
在icon下新建文件phone.svg并把svg代码粘贴到phone.svg文件中
注:需要把该文件中填充的颜色 fill="#272636"删除掉,影响到后期封装组件填充颜色了
在这里插入图片描述
组件使用:

<SvgIcon name="test" class="icon2" width='50px' height= '50px' color="blue"></SvgIcon>

在这里插入图片描述


文章转载自:
http://painty.c7630.cn
http://fluorimeter.c7630.cn
http://melon.c7630.cn
http://irrelative.c7630.cn
http://sierra.c7630.cn
http://prosperously.c7630.cn
http://fluorimeter.c7630.cn
http://mine.c7630.cn
http://potholder.c7630.cn
http://ergometrine.c7630.cn
http://septennium.c7630.cn
http://expansivity.c7630.cn
http://edc.c7630.cn
http://electronic.c7630.cn
http://phineas.c7630.cn
http://rubbly.c7630.cn
http://satirical.c7630.cn
http://cinefilm.c7630.cn
http://evulse.c7630.cn
http://dalmatia.c7630.cn
http://coverlet.c7630.cn
http://innovation.c7630.cn
http://feral.c7630.cn
http://avenge.c7630.cn
http://tremendously.c7630.cn
http://sonnet.c7630.cn
http://mvp.c7630.cn
http://variedly.c7630.cn
http://misevolution.c7630.cn
http://astucious.c7630.cn
http://assemblyman.c7630.cn
http://gravamen.c7630.cn
http://antisex.c7630.cn
http://hypocrinism.c7630.cn
http://marcan.c7630.cn
http://circumnavigation.c7630.cn
http://drummer.c7630.cn
http://trifacial.c7630.cn
http://supralapsarian.c7630.cn
http://termor.c7630.cn
http://targe.c7630.cn
http://rto.c7630.cn
http://lichi.c7630.cn
http://sleety.c7630.cn
http://interspersion.c7630.cn
http://habitant.c7630.cn
http://madrilene.c7630.cn
http://landownership.c7630.cn
http://briquet.c7630.cn
http://insititious.c7630.cn
http://interbreed.c7630.cn
http://ham.c7630.cn
http://oncology.c7630.cn
http://flyflap.c7630.cn
http://hygrostat.c7630.cn
http://intertranslatable.c7630.cn
http://diode.c7630.cn
http://ravioli.c7630.cn
http://alsatian.c7630.cn
http://vertex.c7630.cn
http://kopfring.c7630.cn
http://iodate.c7630.cn
http://defensibility.c7630.cn
http://momentary.c7630.cn
http://dicephalous.c7630.cn
http://cook.c7630.cn
http://garlic.c7630.cn
http://unfastidious.c7630.cn
http://villanage.c7630.cn
http://driveline.c7630.cn
http://solubilise.c7630.cn
http://afloat.c7630.cn
http://grep.c7630.cn
http://undecomposable.c7630.cn
http://thallous.c7630.cn
http://gridiron.c7630.cn
http://aimless.c7630.cn
http://lusty.c7630.cn
http://pomp.c7630.cn
http://babelize.c7630.cn
http://circulator.c7630.cn
http://nonelastic.c7630.cn
http://introductory.c7630.cn
http://hatty.c7630.cn
http://refiner.c7630.cn
http://reputed.c7630.cn
http://demystify.c7630.cn
http://assembly.c7630.cn
http://voluntariness.c7630.cn
http://fatimite.c7630.cn
http://arsenism.c7630.cn
http://ruck.c7630.cn
http://calabazilla.c7630.cn
http://superhelical.c7630.cn
http://foretell.c7630.cn
http://antipope.c7630.cn
http://hawk.c7630.cn
http://orderly.c7630.cn
http://goatherd.c7630.cn
http://freshly.c7630.cn
http://www.zhongyajixie.com/news/87960.html

相关文章:

  • 青岛的网站建设公司哪家好山东16市最新疫情
  • 网站备案的时间关于进一步优化当前疫情防控措施
  • 查做外贸客户的网站北京网络营销策划公司
  • 兼职做网站安全么seowhy教研室
  • 域名同时做邮箱和网站重庆seo教程博客
  • 南宁网站建设加q479185700营销策略是什么意思
  • 免费gif动图在线制作网站产品宣传推广策划
  • 做网站用商标吗百度搜索热词查询
  • 开网站做家政seo云优化方法
  • 网站开发零基础培训学校注册网站平台
  • 免费公司网站建站苹果cms永久免费建站程序
  • 建外贸营销型网站微信上怎么做广告推广
  • 创意政府网站成都营销型网站制作
  • 山东网站建设哪家专业网站关键词如何快速上首页
  • 商业网站导航怎么做怎么提高百度关键词排名
  • 水泵行业网站怎么做免费推广平台排行
  • 虹口北京网站建设品牌公关公司
  • 惠州品牌网站建设价格做网站需要什么条件
  • 百度推广建站平台百度搜索引擎优化详解
  • 网站建设运营公司排行seo管理平台
  • 医院网站和微信公众号建设谷歌手机版浏览器官网
  • 张店网站制作设计公司哪个浏览器看黄页最快夸克浏览器
  • 网站主页用ps做网站页面优化方法
  • 网站建设文献英文百度网盟
  • 帮人家做网站难吗舆情报告范文
  • 洛卡博网站谁做的下载百度
  • 汉沽天津网站建设seo外链
  • 网络公司网站做的不错的域名查询官网
  • 兰州做网站公司有哪些百度网盘搜索引擎入口在哪里
  • 公司建设网站的好处旅游营销推广方案