vue更新3.5,以及mime打更新
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
<!--
|
||||
- MineAdmin is committed to providing solutions for quickly building web applications
|
||||
- Please view the LICENSE file that was distributed with this source code,
|
||||
- For the full copyright and license information.
|
||||
- Thank you very much for using MineAdmin.
|
||||
-
|
||||
- @Author X.Mo<root@imoi.cn>
|
||||
- @Link https://gitee.com/xmo/mineadmin-vue
|
||||
- @Author XXX
|
||||
- @Link XXX
|
||||
-->
|
||||
<template>
|
||||
<a-col
|
||||
v-show="typeof props.component?.display == 'undefined' || props.component?.display === true"
|
||||
v-if="typeof props.component?.display == 'undefined' || props.component?.display === true"
|
||||
:class="[props.component?.customClass]"
|
||||
:span="props.component?.span ?? 12"
|
||||
:offset="props.component?.offset"
|
||||
|
||||
Reference in New Issue
Block a user