table.nvue 385 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view class="u-page">
  3. <view class="u-demo-block">
  4. <text class="u-demo-block__title">基础使用</text>
  5. <view class="u-demo-block__content">
  6. <u--form>
  7. <u-form-item lable="电话"></u-form-item>
  8. </u--form>
  9. </view>
  10. </view>
  11. </view>
  12. </template>
  13. <script>
  14. export default {
  15. data() {
  16. return {
  17. }
  18. }
  19. }
  20. </script>
  21. <style lang="scss">
  22. </style>