fix: 🐛 删除Editor双向绑定,改为props传参

This commit is contained in:
chenkl
2020-12-24 16:55:31 +08:00
parent 5142e6e323
commit c395e27f67
32 changed files with 53 additions and 167 deletions

View File

@@ -13,7 +13,6 @@
<script lang="ts">
import { defineComponent, ref } from 'vue'
import ComTable from '_c/Table/index.vue'
const columns = [
{
@@ -52,9 +51,6 @@ const tableData = [
export default defineComponent({
// name: 'BasicTable',
components: {
ComTable
},
setup() {
const loading = ref<boolean>(true)
setTimeout(() => {