JeasonLaung

Results 2 issues of JeasonLaung

### 我调用UserModel就报错,说table一定要是string类型,我就很懵逼了 ### composer环境 ```json { "require": { "php": ">=8.0", "hyperf/cache": "~3.0.0", "hyperf/command": "~3.0.0", "hyperf/config": "~3.0.0", "hyperf/db-connection": "~3.0.0", "hyperf/framework": "~3.0.0", "hyperf/guzzle": "~3.0.0", "hyperf/http-server": "~3.0.0", "hyperf/logger": "~3.0.0", "hyperf/memory": "~3.0.0", "hyperf/process": "~3.0.0",...

question

``` import ElSelectTree from 'el-select-tree'; export default { components: { ElSelectTree }, data() { return { value: 2, treeData: [ { value: 1, label: 'text1', children: [ { value: 5,...