自动添加标题
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { ref } from "vue"
|
||||
|
||||
export const step = ref(1)
|
||||
const urlParams = new URLSearchParams(window.location.search)
|
||||
const currentStep = urlParams.get("step") ?? "1"
|
||||
|
||||
export const step = ref(Number(currentStep))
|
||||
|
||||
export const show = ref(true)
|
||||
export const tutorialSize = ref(2 / 5)
|
||||
|
||||
Reference in New Issue
Block a user