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

chore: merge

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