vant is installed directly using cdn. Call Toast to gently prompt for error
ReferenceError: Can"t find variable: Toast
all other ui can be called normally
vantToast:function () {
Toast.loading({
mask: true,
message: "..."
});
}
I don"t know if other operations are needed to introduce cdn into vant