feat(kol): marketplace + package detail views
This commit is contained in:
-14
@@ -5,20 +5,6 @@ declare module "@/views/KolDashboardView.vue" {
|
||||
export default component;
|
||||
}
|
||||
|
||||
declare module "@/views/KolMarketplaceView.vue" {
|
||||
import type { DefineComponent } from "vue";
|
||||
|
||||
const component: DefineComponent<Record<string, never>, Record<string, never>, any>;
|
||||
export default component;
|
||||
}
|
||||
|
||||
declare module "@/views/KolPackageDetailView.vue" {
|
||||
import type { DefineComponent } from "vue";
|
||||
|
||||
const component: DefineComponent<Record<string, never>, Record<string, never>, any>;
|
||||
export default component;
|
||||
}
|
||||
|
||||
declare module "@/views/KolGenerateView.vue" {
|
||||
import type { DefineComponent } from "vue";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user