UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

5 lines (4 loc) 229 B
export * from 'vue'; export declare const install: () => void; export declare function set<T>(target: any, key: string | number | symbol, val: T): T; export declare function del(target: any, key: string | number | symbol): void;