Loading src/functions/circle.js +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ export const props = { */ radius: { type: Number, default: null, }, }; Loading src/functions/circleMarker.js +5 −6 Original line number Diff line number Diff line Loading @@ -2,17 +2,16 @@ import { props as pathProps, setup as pathSetup } from "./path"; export const props = { ...pathProps, latLng: { type: [Object, Array], custom: true, default: null, }, /** * Radius of the marker in pixels. */ radius: { type: Number, default: null, }, latLng: { type: [Object, Array], required: true, custom: true, }, }; Loading src/functions/component.js +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ export const props = { options: { type: Object, default: () => ({}), custom: true, }, }; Loading src/functions/control.js +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ export const props = { ...componentProps, position: { type: String, default: "topright", }, }; Loading src/functions/controlAttribution.js +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ export const props = { ...controlProps, prefix: { type: String, default: "Vue-Leaflet", custom: true, }, }; Loading Loading
src/functions/circle.js +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ export const props = { */ radius: { type: Number, default: null, }, }; Loading
src/functions/circleMarker.js +5 −6 Original line number Diff line number Diff line Loading @@ -2,17 +2,16 @@ import { props as pathProps, setup as pathSetup } from "./path"; export const props = { ...pathProps, latLng: { type: [Object, Array], custom: true, default: null, }, /** * Radius of the marker in pixels. */ radius: { type: Number, default: null, }, latLng: { type: [Object, Array], required: true, custom: true, }, }; Loading
src/functions/component.js +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ export const props = { options: { type: Object, default: () => ({}), custom: true, }, }; Loading
src/functions/control.js +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ export const props = { ...componentProps, position: { type: String, default: "topright", }, }; Loading
src/functions/controlAttribution.js +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ export const props = { ...controlProps, prefix: { type: String, default: "Vue-Leaflet", custom: true, }, }; Loading