fix: 修复 NPS 组件状态共享的问题
- 脱离 hooks,避免共享一个状态
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, watch } from 'vue';
|
||||
import { value as model } from '@/views/Design/components/Questions/hooks/useNPSHooks';
|
||||
|
||||
const model = defineModel('model', -1);
|
||||
const rateItem = ref([
|
||||
{
|
||||
label: 1,
|
||||
|
||||
Reference in New Issue
Block a user