Skip to main content
Module

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

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

abstract Base Class defines the properties, methods, and getters/setters for values relevant to the construction of a Component class

Constructors

new
default(label: string, path: string)

Properties

protected
_data: Raw.Data
protected
_raw: string
protected
_source: Raw.Source
instance: string | undefined
middlecode: string | undefined
parsed_data: Record<string, unknown>
registration: string | undefined

relevant for Vue3 Only

script: string | undefined
readonly
script_data
readonly
source
readonly
style_data
styles: string | undefined
readonly
temp_data
template: string | undefined