Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'macro' does not exist on schema classes #10

Closed
TiBianMod opened this issue Jul 11, 2023 · 1 comment
Closed

Property 'macro' does not exist on schema classes #10

TiBianMod opened this issue Jul 11, 2023 · 1 comment

Comments

@TiBianMod
Copy link
Contributor

Package version

1.5.0

Describe the bug

All schema classes missing Macroable ??

docs

import { VineArray, VineRecord, VineString } from "@vinejs/vine";

VineString.macro("something", function () {
    //
});

VineArray.macro("something", function () {
    //
});

VineRecord.macro("something", function () {
    //
});

CleanShot 2023-07-11 at 03 45 34

Reproduction repo

No response

@thetutlage
Copy link
Contributor

Wow. No one noticed it yet. Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants