We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template
<sp-with-sidebar> <template #default> <sp-card title="工单管理"></sp-card> </template> <template #sidebar> <sp-sidebar v-model="activeName"> <sp-sidebar-pane icon="customer" tip="客户信息"> <sp-card title="客户信息" :title-underline="false"> 客户信息内容</sp-card> </sp-sidebar-pane> <sp-sidebar-pane icon="application" tip="应用中心">2</sp-sidebar-pane> <sp-sidebar-pane icon="message" tip="消息队列">3</sp-sidebar-pane> </sp-sidebar> </template> </sp-with-sidebar>
https://shiki.tmrs.site/
The text was updated successfully, but these errors were encountered:
That's how the grammar work, and it's not a Shiki issue. You may use vue-html lang as a workaround.
vue-html
Sorry, something went wrong.
No branches or pull requests
Validations
Describe the bug
Reproduction
https://shiki.tmrs.site/
Contributes
The text was updated successfully, but these errors were encountered: