F-loat / ithome-lite

🥛 IT之家第三方小程序版客户端(使用 mpvue 开发,兼容 web)
MIT License
528 stars 112 forks source link

关于导入weui #21

Closed Gnawey closed 6 years ago

Gnawey commented 6 years ago

把weui.css放到static/weui 目录下 在main.js 里面使用 image 编译的时候报错 image

Gnawey commented 6 years ago

TAT

JokerLoLgrey commented 6 years ago

使用小程序第三方库,比如iview,使用方法如下,在对应的main.js这么引用就行了

usingComponents: {
      'i-tab': '../../components/iview/tab/index',
      'i-tabs': '../../components/iview/tabs/index',
      'i-badge': '../../components/iview/badge/index',
      'i-message': '../../components/iview/message/index',
      'i-load-more': '../../components/iview/load-more/index'
    }
F-loat commented 6 years ago

引用文件尽量使用 '@/xxx' 形式的路径