-
Notifications
You must be signed in to change notification settings - Fork 330
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
latest
Vue Version
latest
Link to minimal reproduction
Step to reproduce
reproduct code:
<template>
<tiny-numeric :modelValue="{ type: 'js' }" placeholder="请输入非空数值"></tiny-numeric>
</template>
<script setup lang="ts">
import { ref } from 'vue'
import { TinyNumeric } from '@opentiny/vue'
const value = ref(1)
</script>
got error:
What is expected
no error
What is actually happening
No response
What is your project name
@opentiny/tiny-engine
Any additional comments (optional)
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working