<%= form_with theme: 'weui', model: @user, url: me_member_path do |f| %>
<%= f.text_field :name %>
<%= f.submit nil, wrap: { all: nil } %> <% end %>