Commit a2368994 authored by Michael Underwood's avatar Michael Underwood
Browse files

chore: Use correct control component names

parent cf80941a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import { props, setup as scaleControlSetup } from "../functions/controlScale";
import { propsBinder } from "../utils.js";

export default {
  name: "LControlLayers",
  name: "LControlScale",
  props,
  setup(props) {
    const leafletRef = ref({});
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import { props, setup as zoomControlSetup } from "../functions/controlZoom";
import { propsBinder } from "../utils.js";

export default {
  name: "LControlLayers",
  name: "LControlZoom",
  props,
  setup(props) {
    const leafletRef = ref({});