Skip to content

Commit

Permalink
compatibility with vue2 and vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmut Hänsel committed Feb 16, 2024
1 parent 4636247 commit 3d7e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StipplePlotly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ include("Layouts.jl")
function __init__()
deps_routes()
Stipple.deps!(@__MODULE__, deps)
Stipple.register_global_components("plotly", legacy = true)
isdefined(Stipple, :register_global_components) && Stipple.register_global_components("plotly", legacy = true)

@require PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5" begin
@static if !isdefined(Base, :get_extension)
Expand Down

0 comments on commit 3d7e8e2

Please sign in to comment.