⬅️ Back to Table of Contents
📄 index.test.ts
📊 Analysis Summary
Metric |
Count |
🔧 Functions |
1 |
📦 Imports |
12 |
📊 Variables & Constants |
1 |
🟢 Vue Composition API |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useTitle/index.test.ts
📦 Imports
Name |
Source |
ComputedRef |
vue |
Ref |
vue |
beforeEach |
vitest |
describe |
vitest |
expect |
vitest |
expectTypeOf |
vitest |
it |
vitest |
computed |
vue |
deepRef |
vue |
isReadonly |
vue |
shallowRef |
vue |
useTitle |
./index |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
defaultTitle |
"VueUse testing" |
const |
'VueUse testing' |
✗ |
Vue Composition API
Name |
Type |
Reactive Variables |
Composables |
computed |
computed |
none |
none |
computed |
computed |
none |
none |
Functions
target(): string
Code