SYMBOL INDEX (58 symbols across 13 files) FILE: docs/.vuepress/enhanceApp.js function normalize (line 54) | function normalize (component) { FILE: scripts/build.js function buildConfig (line 8) | async function buildConfig (build) { function build (line 19) | async function build () { FILE: scripts/config.js function genConfig (line 48) | function genConfig (options) { method stats (line 94) | stats ({ path }) { FILE: src/components/VuseIcon.js method render (line 46) | render (h, { props }) { FILE: src/mixin.js function installMixin (line 1) | function installMixin ({ builder }) { FILE: src/plugins/pwa.js function createSW (line 8) | function createSW (output, { images = [] } = {}) { function createPWA (line 75) | function createPWA (output, payload) { function download (line 79) | function download (assets) { function install (line 131) | function install ({ builder }) { FILE: src/plugins/scrolling.js function install (line 30) | function install ({ builder }) { FILE: src/section.js constant SECTION_OPTIONS (line 5) | const SECTION_OPTIONS = { class Section (line 12) | class Section { method constructor (line 13) | constructor (options) { method set (line 22) | set (name, value) { method get (line 36) | get (name) { method destroy (line 45) | destroy () { FILE: src/seeder.js constant ASSETS_DIR (line 4) | const ASSETS_DIR = '.'; class Seeder (line 20) | class Seeder { method seed (line 22) | static seed (schema) { FILE: src/styler.js function installStyler (line 4) | function installStyler ({ builder, Vue }) { FILE: src/types.js class Avatar (line 1) | class Avatar {} class Title (line 3) | class Title {} class Text (line 5) | class Text {} class Logo (line 7) | class Logo {} class Image (line 9) | class Image {} class Quote (line 11) | class Quote {} class Link (line 13) | class Link {} class ClassList (line 15) | class ClassList {} class Button (line 17) | class Button {} class Grid (line 19) | class Grid { } FILE: src/util.js function isObject (line 4) | function isObject (obj) { function isParentTo (line 8) | function isParentTo (target, parent) { function getTypeFromSchema (line 22) | function getTypeFromSchema (target, schema) { function getImageBlob (line 37) | function getImageBlob (URL) { function getTypeFromTagName (line 54) | function getTypeFromTagName (tagName) { function cleanDOM (line 88) | function cleanDOM (artboard) { FILE: src/vuse.js constant PLUGINS (line 9) | let PLUGINS = []; constant BUILDER_OPTIONS (line 11) | const BUILDER_OPTIONS = { class Vuse (line 29) | class Vuse { method constructor (line 30) | constructor (options) { method add (line 50) | add (options, position) { method find (line 63) | find (id) { method remove (line 71) | remove (section) { method sort (line 82) | sort (oldIndex, newIndex) { method outputFragment (line 91) | outputFragment () { method clear (line 102) | clear () { method component (line 115) | static component (name, definition) { method mix (line 126) | static mix (mixinObj) { method component (line 135) | component (name, definition) { method installPlugins (line 157) | installPlugins () { method install (line 165) | static install (Vue, options = {}) { method use (line 194) | static use (plugin, options = {}) { method set (line 203) | set (data) { method toJSON (line 224) | toJSON () { method preview (line 237) | preview () { method export (line 263) | export (method = 'json') {