UNPKG

uniapp-sfc-loader

Version:

修改自uniapp-router-view-loader,解决windows下路径问题

7 lines (6 loc) 143 B
import { Ref } from 'vue'; interface Opts { [key: string]: Ref; } export declare const pageProvide: (opts: Opts) => void; export {};