{
  "$schema": "http://json.schemastore.org/web-types",
  "framework": "vue",
  "name": "naive-plus",
  "version": "0.1.0-alpine.2",
  "js-types-syntax": "typescript",
  "description-markup": "markdown",
  "contributions": {
    "html": {
      "vue-components": [
        {
          "name": "naive-plus-np-button",
          "source": {
            "symbol": "NaivePlusNpButton"
          },
          "description": "组件描述组件描述组件描述组件描述组件描述组件描述。",
          "doc-url": "https://bfehub.github.io/vlib-starter/components/npbutton/#npbutton",
          "props": [
            {
              "name": "type",
              "description": "参数类型",
              "doc-url": "https://bfehub.github.io/vlib-starter/components/npbutton/#npbutton-props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://bfehub.github.io/vlib-starter/components/npbutton/#npbutton-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击触发的事件",
                "doc-url": "https://bfehub.github.io/vlib-starter/components/npbutton/#npbutton-events"
              }
            ]
          }
        }
      ]
    }
  }
}