mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 23:50:23 +08:00
perf: remove optional chain
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="flex p-4">
|
||||
{{ value }}
|
||||
<div class="p-4">
|
||||
<Tinymce v-model="value" @change="handleChange" width="100%" />
|
||||
</div>
|
||||
</template>
|
||||
@@ -15,9 +14,6 @@
|
||||
function handleChange(value: string) {
|
||||
console.log(value);
|
||||
}
|
||||
// setTimeout(() => {
|
||||
// value.value = '1233';
|
||||
// }, 5000);
|
||||
return { handleChange, value };
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user