search.vue 367 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view>
  3. <!-- <uni-nav-bar @clickRight="clickRight" left-icon="back" left-text="返回" >
  4. <view slot="default">
  5. <input type="text" confirm-type="search" value="对对对" />
  6. </view>
  7. </uni-nav-bar> -->
  8. </view>
  9. </template>
  10. <script>
  11. export default {
  12. data() {
  13. return {
  14. }
  15. },
  16. methods: {
  17. },
  18. }
  19. </script>
  20. <style>
  21. </style>