Loading src/functions/popper.js +9 −0 Original line number Diff line number Diff line import { h } from "vue"; export const props = { content: { type: String, Loading @@ -16,3 +18,10 @@ export const setup = (props, leafletRef) => { }; return { options, methods }; }; export const render = (root, context) => () => { if (context.slots.default) { return h("div", { ref: root }, context.slots.default()); } return null; }; Loading
src/functions/popper.js +9 −0 Original line number Diff line number Diff line import { h } from "vue"; export const props = { content: { type: String, Loading @@ -16,3 +18,10 @@ export const setup = (props, leafletRef) => { }; return { options, methods }; }; export const render = (root, context) => () => { if (context.slots.default) { return h("div", { ref: root }, context.slots.default()); } return null; };