Skip to content

⬅️ Back to Table of Contents

📄 versions.ts

📊 Analysis Summary

Metric Count
📦 Imports 1
📊 Variables & Constants 2

📚 Table of Contents

🛠️ File Location:

📂 meta/versions.ts

📦 Imports

Name Source
version ../package.json

Variables & Constants

Name Type Kind Value Exported
currentVersion string const v${version}
versions ({ version: string; link?: undefined; } | { version: string; link: string; })[] const `[
{ version: currentVersion },
{ version: 'v11.3.0', link: 'https://v11-3-0.vueuse.org/' },
{ version: 'v10.9.0', link: 'https://v10-9-0.vueuse.org/' },
{ version: 'v9.13.0', link: 'https://v9-13-0.vueuse.org/' },
{ version: 'v8.9.4', link: 'https://v8-9-4.vueuse.org/' },
{ version: 'v7.7.1', link: 'https://v7-7-1.vueuse.org/' },
{ version: 'v6.7.6', link: 'https://v6-7-6.vueuse.org/' },
{ version: 'v5.3.0', link: 'https://v5-3-0.vueuse.org/' },
{ version: 'v4.11.2', link: 'https://v4-11-2.vueuse.org/' },
]`