vue-facing-decorator
vue-facing-decorator copied to clipboard
@Setup
Hello, I have a base component A(no template , only ts) , with @Setup for inject my composable . I have another component B extends my base component A (with template), the @ Setup not working. If i move @ Setup in my my component B , it's works.
@ Setup works only with toNative ?