routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export declare const VNoSsr: import("vue").DefineComponent<{}, () => false | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
||||
[key: string]: any;
|
||||
}>[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string>;
|
||||
export type VNoSsr = InstanceType<typeof VNoSsr>;
|
||||
Reference in New Issue
Block a user