#7354 end Zone migration #539

Merged
jon merged 58 commits from 7354_ZoneMigration_End into dev 2024-09-03 04:48:18 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit fabf9a2024 - Show all commits

View File

@ -76,7 +76,6 @@ const mixinRules = [
<template>
<div @mouseover="hover = true" @mouseleave="hover = false">
{{ $attrs }}
<QInput
ref="vnInputRef"
v-model="value"

View File

@ -98,7 +98,6 @@ const mixinRules = [requiredFieldRule, ...($attrs.rules ?? [])];
:rules="mixinRules"
:clearable="false"
>
{{ $attrs }}
<template #append>
<QIcon
name="close"