Skip to content

ssr模式下,添加a-select会出现水合问题 #74

@Z-J-wang

Description

@Z-J-wang

如下图:

Image
// app/pages/index.vue
<script setup lang="ts">
const value1 = useState<string>('lucy')
</script>

<template>
  <div>
    <a-select
      ref="select"
      v-model:value="value1"
      style="width: 120px"
    >
      <a-select-option value="jack">
        Jack
      </a-select-option>
      <a-select-option value="lucy">
        Lucy
      </a-select-option>
      <a-select-option value="Yiminghe">
        yiminghe
      </a-select-option>
    </a-select>
  </div>
</template>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions