{% extends base %} {% block body %} {% include test/component/example_nav.html %} {% include common/script/load_select2.html %} {% include test/page/example_script.html %} {% init select2_html = """ """ %} {% init native_html = """ """ %}

原生组件

{% raw native_html %}

select2风格

{% raw select2_html %}
{% init html1 = """
左对齐▾
右对齐▾
""" %}

dropdown组件

{{html1}}
{% raw html1 %}
{% end %}