d-render
Version:
基于 Element Plus 二次封装的数据驱动渲染组件库 - 表单、搜索表单、表格配置化渲染
46 lines (43 loc) • 3.02 kB
JavaScript
import { defineComponent, createVNode } from 'vue';
var hint = /* @__PURE__ */ defineComponent({
render() {
return createVNode("svg", {
"width": "12px",
"height": "12px",
"viewBox": "0 0 12 12",
"version": "1.1",
"xmlns": "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink"
}, [createVNode("g", {
"id": "\u89C4\u8303\u8BF4\u660E",
"stroke": "none",
"stroke-width": "1",
"fill": "none",
"fill-rule": "evenodd"
}, [createVNode("g", {
"id": "\u6570\u636E\u5C55\u793A-\u8868\u683C",
"transform": "translate(-463.000000, -540.000000)"
}, [createVNode("g", {
"id": "\u7F16\u7EC4-10",
"transform": "translate(283.000000, 523.000000)"
}, [createVNode("g", {
"id": "-mockplus-",
"transform": "translate(64.000000, 0.000000)"
}, [createVNode("g", {
"id": "\u7F16\u7EC4",
"transform": "translate(116.000000, 17.000000)"
}, [createVNode("circle", {
"id": "\u692D\u5706\u5F62",
"stroke": "currentColor",
"cx": "6",
"cy": "6",
"r": "5.5"
}, null), createVNode("path", {
"d": "M6.51629396,7.85401261 L6.51629396,7.68401261 C6.51629396,7.44401261 6.56629396,7.22401261 6.67629396,7.02401261 C6.76629396,6.84401261 6.90629396,6.66401261 7.09629396,6.50401261 C7.56629396,6.09401261 7.84629396,5.83401261 7.93629396,5.72401261 C8.18629396,5.40401261 8.31629396,4.99401261 8.31629396,4.50401261 C8.31629396,3.90401261 8.11629396,3.42401261 7.71629396,3.07401261 C7.31629396,2.71401261 6.79629396,2.54401261 6.15629396,2.54401261 C5.41629396,2.54401261 4.83629396,2.75401261 4.41629396,3.18401261 C3.99629396,3.60401261 3.78629396,4.17401261 3.78629396,4.90401261 L4.83629396,4.90401261 C4.83629396,4.46401261 4.92629396,4.12401261 5.10629396,3.88401261 C5.30629396,3.59401261 5.63629396,3.45401261 6.08629396,3.45401261 C6.44629396,3.45401261 6.73629396,3.55401261 6.93629396,3.75401261 C7.12629396,3.95401261 7.22629396,4.22401261 7.22629396,4.57401261 C7.22629396,4.83401261 7.12629396,5.07401261 6.94629396,5.30401261 L6.77629396,5.49401261 C6.15629396,6.04401261 5.77629396,6.45401261 5.64629396,6.73401261 C5.50629396,6.99401261 5.44629396,7.31401261 5.44629396,7.68401261 L5.44629396,7.85401261 L6.51629396,7.85401261 Z M5.97629396,9.82401261 C6.17629396,9.82401261 6.35629396,9.75401261 6.49629396,9.62401261 C6.63629396,9.48401261 6.71629396,9.31401261 6.71629396,9.10401261 C6.71629396,8.89401261 6.64629396,8.72401261 6.50629396,8.59401261 C6.36629396,8.45401261 6.18629396,8.39401261 5.97629396,8.39401261 C5.77629396,8.39401261 5.59629396,8.45401261 5.45629396,8.59401261 C5.31629396,8.72401261 5.24629396,8.89401261 5.24629396,9.10401261 C5.24629396,9.30401261 5.31629396,9.47401261 5.45629396,9.61401261 C5.59629396,9.75401261 5.77629396,9.82401261 5.97629396,9.82401261 Z",
"id": "\uFF1F",
"fill": "currentColor",
"fill-rule": "nonzero"
}, null)])])])])])]);
}
});
export { hint as default };