2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Files
vue-select/index.html
T
Jeff Sagal 0574857e72 Add redirect to docs (#832)
* add redirects to docs

* bump ajax url
2019-04-14 16:56:01 -07:00

13 lines
362 B
HTML

<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Vue Select | VueJS Select2 Component</title>
<link rel="canonical" href="https://vue-select.org/">
<meta http-equiv="refresh" content="0; url=https://vue-select.org/" />
</head>
<body>
<a href="https://vue-select.org">Vue Select has moved to https://vue-select.org.</a>
</body>
</html>