提交 2705b4f6 编写于 作者: fxy060608's avatar fxy060608

chore: tree shaking

上级 540b2b42
......@@ -8465,7 +8465,7 @@ function hexToRgba(hex) {
a: (`0x100${sa}` - 65536) / 255
};
}
var MapPolygon = defineSystemComponent({
var MapPolygon = /* @__PURE__ */ defineSystemComponent({
name: "MapPolygon",
props: props$3,
setup(props2) {
......
......@@ -20178,7 +20178,7 @@ function hexToRgba(hex) {
a: (`0x100${sa}` - 65536) / 255
};
}
var MapPolygon = defineSystemComponent({
var MapPolygon = /* @__PURE__ */ defineSystemComponent({
name: "MapPolygon",
props: props$3,
setup(props2) {
......
......@@ -13,7 +13,7 @@ import { Map, Maps } from '../maps'
import { QQMaps } from '../maps/qq/types'
import { hexToRgba } from '../../../../helpers/hexToRgba'
export default defineSystemComponent({
export default /*#__PURE__*/ defineSystemComponent({
name: 'MapPolygon',
props,
setup(props: Props) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册