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 72ec008b_b63e_cd79_66ff_0a6020716719["index.ts"] c5669fa5_f589_5187_60a1_228b9a62ccc3["model.ts"] 72ec008b_b63e_cd79_66ff_0a6020716719 --> c5669fa5_f589_5187_60a1_228b9a62ccc3 86b1f556_b1fa_0724_27bc_8fc0c9d9a7e8["show.ts"] 72ec008b_b63e_cd79_66ff_0a6020716719 --> 86b1f556_b1fa_0724_27bc_8fc0c9d9a7e8 1f23f9a8_908f_4fb5_cd0e_f6931084f349["index.ts"] 1f23f9a8_908f_4fb5_cd0e_f6931084f349 --> 72ec008b_b63e_cd79_66ff_0a6020716719 style 72ec008b_b63e_cd79_66ff_0a6020716719 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