vuejs / vuejs/devtools

why no setup 7.6.4

Open
#695 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.9k
Forks
279
PR merge metrics
No merged PRs in 30d

Description

1731492951785

<script lang="ts" setup> import type { VxeGridDefines, VxeGridInstance, VxeTableDefines } from 'vxe-table' import type { IOptionListType } from './type' defineOptions({ name: 'SjzySelect', }) const props = defineProps(sjzySelectBasicProps) const emit = defineEmits<{ 'update:modelValue': [val: any] 'clear': [val: any] 'select-change': [val: any] 'change': [val: any] }>() const t = GlobalConfig.i18n /** 绑定值 */ const selectValue = ref() /** elselect */ const elSelectRef = ref>() /** 分页参数 */ const pageIndex = ref(1) const pageSize = ref(30) /** 当前选中值对象 */ const selectOption = ref()

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report provides only a pasted TypeScript <script setup> snippet and names no repository file, test, or reproduction steps. First clarify what “no setup 7.6.4” means and define the expected Devtools behavior before locating the relevant entry point and a test for the reported case.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.