Add feature decorator system #13

Merged
murapix merged 18 commits from main into main 2023-04-20 01:28:11 +00:00
Showing only changes of commit 6043d0c414 - Show all commits

View file

@ -1,5 +1,5 @@
import { isArray } from "@vue/shared";
import { Decorator } from "features/decorators/common";
import { Decorator, GenericDecorator } from "features/decorators/common";
import type {
CoercableComponent,
GenericComponent,