async-foo.js — vue Source File
Architecture documentation for async-foo.js, a javascript file in the vue codebase. 3 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 3c785268_389a_5251_d84c_4724fbd055d5["async-foo.js"] 6e8aa65a_d35c_6052_6d0c_e56519d722a6["test.css"] 3c785268_389a_5251_d84c_4724fbd055d5 --> 6e8aa65a_d35c_6052_6d0c_e56519d722a6 f0b120c4_d1b2_9470_cdd5_07a647434614["./test.woff2"] 3c785268_389a_5251_d84c_4724fbd055d5 --> f0b120c4_d1b2_9470_cdd5_07a647434614 40f16db5_580b_ceb9_11bb_951aedcb1b0f["./test.png"] 3c785268_389a_5251_d84c_4724fbd055d5 --> 40f16db5_580b_ceb9_11bb_951aedcb1b0f style 3c785268_389a_5251_d84c_4724fbd055d5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
// import image and font
import './test.css'
import font from './test.woff2'
import image from './test.png'
export default {
beforeCreate() {
this.$vnode.ssrContext._registeredComponents.add('__MODULE_ID__')
},
render(h) {
return h('div', `async ${font} ${image}`)
}
}
Domain
Subdomains
Functions
Dependencies
- ./test.png
- ./test.woff2
- test.css
Source
Frequently Asked Questions
What does async-foo.js do?
async-foo.js is a source file in the vue codebase, written in javascript. It belongs to the VueCore domain, VDom subdomain.
What functions are defined in async-foo.js?
async-foo.js defines 2 function(s): default.beforeCreate, default.render.
What does async-foo.js depend on?
async-foo.js imports 3 module(s): ./test.png, ./test.woff2, test.css.
Where is async-foo.js in the architecture?
async-foo.js is located at packages/server-renderer/test/fixtures/async-foo.js (domain: VueCore, subdomain: VDom, directory: packages/server-renderer/test/fixtures).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free