组件的目录结构

目录一 目录二
小程序之组件_组件使用 小程序之组件_小程序_02

注册组件

{
  "usingComponents": {
    "v-like": "/components/like/index"
  }
}

在使用组件的页面的json文件中注册组件

使用

<!--pages/pan/open.wxml-->
<v-like />