@vue-start/pro 0.5.20 → 0.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -197,6 +197,7 @@ interface IHighConfig {
197
197
  registerStateList?: {
198
198
  name: NamePath;
199
199
  mapName?: NamePath;
200
+ target?: "prop" | "slot";
200
201
  }[];
201
202
  registerEventList?: {
202
203
  name: string;