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) 230 B
export * from 'vue'; export declare const install: () => void; export declare function set(target: any, key: string | number | symbol, val: any): any; export declare function del(target: any, key: string | number | symbol): void;