index.ts — vue Source File
Architecture documentation for index.ts, a typescript file in the vue codebase. 2 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 75e9abae_441c_ea84_6744_7c3ef7799d18["index.ts"] 69a7e351_3007_a43c_618a_93588eb8db15["model.ts"] 75e9abae_441c_ea84_6744_7c3ef7799d18 --> 69a7e351_3007_a43c_618a_93588eb8db15 6b6b31ee_7b0e_9602_d29d_c326d873a3e2["show.ts"] 75e9abae_441c_ea84_6744_7c3ef7799d18 --> 6b6b31ee_7b0e_9602_d29d_c326d873a3e2 741f07d4_91fb_0d2e_19fb_525f8624bea6["index.ts"] 741f07d4_91fb_0d2e_19fb_525f8624bea6 --> 75e9abae_441c_ea84_6744_7c3ef7799d18 style 75e9abae_441c_ea84_6744_7c3ef7799d18 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import model from './model'
import show from './show'
export default {
model,
show
}
Domain
Imported By
Source
Frequently Asked Questions
What does index.ts do?
index.ts is a source file in the vue codebase, written in typescript. It belongs to the WebPlatform domain.
What does index.ts depend on?
index.ts imports 2 module(s): model.ts, show.ts.
What files import index.ts?
index.ts is imported by 1 file(s): index.ts.
Where is index.ts in the architecture?
index.ts is located at src/platforms/web/runtime/directives/index.ts (domain: WebPlatform, directory: src/platforms/web/runtime/directives).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free