mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-28 16:57:11 +08:00
chore: arco-design-pro-vue 2.7.0 => 2.7.2
This commit is contained in:
@@ -11,7 +11,9 @@ import i18n from './locale';
|
||||
import directive from './directive';
|
||||
import './mock';
|
||||
import App from './App.vue';
|
||||
import '@arco-design/web-vue/dist/arco.css';
|
||||
// Styles are imported via arco-plugin. See config/plugin/arcoStyleImport.ts in the directory for details
|
||||
// 样式通过 arco-plugin 插件导入。详见目录文件 config/plugin/arcoStyleImport.ts
|
||||
// https://arco.design/docs/designlab/use-theme-package
|
||||
import '@/assets/style/global.less';
|
||||
import '@/utils/request';
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
const debug = import.meta.env.NODE_ENV !== 'production';
|
||||
const debug = import.meta.env.MODE !== 'production';
|
||||
|
||||
export default debug;
|
||||
|
||||
@@ -167,7 +167,9 @@
|
||||
<div>
|
||||
<a-checkbox
|
||||
v-model="item.checked"
|
||||
@change="handleChange($event, item as TableColumnData, index)"
|
||||
@change="
|
||||
handleChange($event, item as TableColumnData, index)
|
||||
"
|
||||
>
|
||||
</a-checkbox>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user