fix: 🐛 删除Editor双向绑定,改为props传参
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user