Skip to content

Commit f9a7971

Browse files
committed
fix Vue3 compat, set version v1.0.3
1 parent 50ad981 commit f9a7971

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StippleTable"
22
uuid = "5bb4b094-0818-496d-ae94-fd777e10e8ba"
3-
version = "1.0.2"
3+
version = "1.0.3"
44

55
[deps]
66
Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"

src/StippleTable.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ end
144144
function __init__()
145145
deps_routes()
146146
Stipple.deps!(@__MODULE__, deps)
147+
isdefined(Stipple, :register_global_components) && Stipple.register_global_components("st-table", legacy = true)
147148
end
148149

149150
end

0 commit comments

Comments
 (0)