mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
0574857e72
* add redirects to docs * bump ajax url
13 lines
362 B
HTML
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>
|