@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
18 lines • 586 B
JavaScript
import { View } from '@tarojs/components';
import { Empty } from '@antmjs/vantui';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
export default function Demo() {
return /*#__PURE__*/_jsxs(View, {
children: [/*#__PURE__*/_jsx(Empty, {
image: "error",
description: "\u63CF\u8FF0\u6587\u5B57"
}), /*#__PURE__*/_jsx(Empty, {
image: "network",
description: "\u63CF\u8FF0\u6587\u5B57"
}), /*#__PURE__*/_jsx(Empty, {
image: "search",
description: "\u63CF\u8FF0\u6587\u5B57"
})]
});
}