fix: remove warning infos#1391
Conversation
WalkthroughThe updates fix a prop binding by replacing an undefined variable with a string literal, add new event declarations for alignment changes in Vue components, remove a conditional visibility directive, and introduce a new prop to accept an array of fixed panels. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DesignPlugins
participant ParentComponent
User->>DesignPlugins: Triggers switchAlign()
DesignPlugins->>ParentComponent: Emits changeLeftAlign
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| :settings="registry.settings" | ||
| :render-panel="settings.render" | ||
| :plugin-list="pluginList" | ||
| v-show="layoutState.settings.showDesignSettings" |
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
存在部分警告信息
Extraneous non-emits event listeners(changeLeftAlign) ...
Property 'left' was accessed during render but is not defined on instance ...
Issue Number: N/A
What is the new behavior?
消除相应的警告信息
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit