UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

12 lines 344 B
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; import { createVNode as _createVNode } from "vue"; import Tag from '../tag'; export default function PickerTag(props, _ref) { let { slots, attrs } = _ref; return _createVNode(Tag, _objectSpread(_objectSpread({ "color": "blue" }, props), attrs), slots); }