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
15 lines
448 B
HTML
15 lines
448 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/guide/templating.html">
|
|
<meta http-equiv="refresh" content="0; url=https://vue-select.org/guide/templating.html"/>
|
|
</head>
|
|
<body>
|
|
<a href="https://vue-select.org/guide/templating.html">
|
|
This page has moved to https://vue-select.org/guide/templating.html.
|
|
</a>
|
|
</body>
|
|
</html>
|