Skip to main content
Module

x/vno/core/factory/Storage.ts>default

a build tool for compiling and bundling Vue single-file components
Latest
class default
import { default } from "https://deno.land/x/vno@1.5.1/core/factory/Storage.ts";

Storage class follows the Singelton design pattern only one can be made for an application

Constructors

new
private
default()

Properties

private
_root: Component
private
_router: Router.Version
private
_vue: Vue.State
root: Component
router: Router.Version
size: number
vue: Vue.State

Methods

cache(label: string, component: Component): Component
get(label: string): Component | undefined

Static Properties

private
instance: Storage

Static Methods

an instance is made through the create method if an instance has already been made, it returns the original instance