mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 12:57:11 +08:00
fix: 修复前端部分拼写错误
1.分析页示例:font-size: 14 => font-size: 14px (https://github.com/arco-design/arco-design-pro-vue/pull/322) 2.Chat 组件:options => option (https://github.com/arco-design/arco-design-pro-vue/pull/296) 3.tab-bar:useAppStore => useTabBarStore (https://github.com/arco-design/arco-design-pro-vue/pull/272)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<VCharts
|
||||
v-if="renderChart"
|
||||
:option="options"
|
||||
:option="option"
|
||||
:autoresize="autoResize"
|
||||
:style="{ width, height }"
|
||||
/>
|
||||
@@ -13,7 +13,7 @@
|
||||
// import { useAppStore } from '@/store';
|
||||
|
||||
defineProps({
|
||||
options: {
|
||||
option: {
|
||||
type: Object,
|
||||
default() {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user