mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
修复已知问题
This commit is contained in:
@@ -76,7 +76,7 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
|
||||
|
||||
## Installing
|
||||
|
||||
Version:[vue](https://www.npmjs.com/package/vue) 2.6.x, Dependent: [xe-utils](https://www.npmjs.com/package/xe-utils) 3.x
|
||||
Version:[vue](https://www.npmjs.com/package/vue) 2.6.x, Dependent: [xe-utils](https://www.npmjs.com/package/xe-utils)
|
||||
|
||||
```shell
|
||||
npm install xe-utils vxe-table
|
||||
|
||||
@@ -76,7 +76,7 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
|
||||
|
||||
## 安装
|
||||
|
||||
版本:[vue](https://www.npmjs.com/package/vue) 2.6.x, 依赖库:[xe-utils](https://www.npmjs.com/package/xe-utils) 3.x
|
||||
版本:[vue](https://www.npmjs.com/package/vue) 2.6.x, 依赖库:[xe-utils](https://www.npmjs.com/package/xe-utils)
|
||||
|
||||
```shell
|
||||
npm install xe-utils vxe-table
|
||||
|
||||
@@ -76,7 +76,7 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
|
||||
|
||||
## 安裝
|
||||
|
||||
版本:[vue](https://www.npmjs.com/package/vue) 2.6.x, 依賴庫:[xe-utils](https://www.npmjs.com/package/xe-utils) 3.x
|
||||
版本:[vue](https://www.npmjs.com/package/vue) 2.6.x, 依賴庫:[xe-utils](https://www.npmjs.com/package/xe-utils)
|
||||
|
||||
```shell
|
||||
npm install xe-utils vxe-table
|
||||
|
||||
@@ -91,8 +91,8 @@
|
||||
<vxe-modal v-model="newVersionVisible" title="v4.x 预发布" width="500" min-height="200" min-width="400" :position="{left: 20, top: 20}" :mask="false" :lock-view="false" show-footer resize>
|
||||
<template v-slot>
|
||||
<ul>
|
||||
<li>1. 全面支持 vue 3.0 Component API</li>
|
||||
<li>2. 全面支持 ts,使用 Typescript 完全重写</li>
|
||||
<li>1. 支持 vue 3.0 Component API</li>
|
||||
<li>2. 使用 Typescript 重写组件</li>
|
||||
<li>3. 不再支持 IE,面向现代浏览器</li>
|
||||
<li>4. 重写虚拟渲染</li>
|
||||
<li>5. 重写渲染器:移除 h 参数</li>
|
||||
@@ -120,8 +120,8 @@
|
||||
<div class="vxe-row support-group">
|
||||
<div class="vxe-col--24 support-group-item">
|
||||
<div class="support-name">高级用户</div>
|
||||
<div v-if="supportDiscountPrice" class="support-price">¥ {{ supportDiscountPrice }}<span v-if="supportDiscountPrice" class="support-original-price">¥ {{ supportGroupPrice }}</span><span style="font-size: 12px;color: #606266;"> /年</span><vxe-tooltip content="提供使用过程中相关问题的技术支持,有效期一年"><i class="fa fa-question-circle price-help-icon"></i></vxe-tooltip></div>
|
||||
<div v-else class="support-price">¥ {{ supportGroupPrice }}<span style="font-size: 12px;color: #606266;"> /年</span><vxe-tooltip content="提供使用过程中相关问题的技术支持,有效期一年"><i class="fa fa-question-circle price-help-icon"></i></vxe-tooltip></div>
|
||||
<div v-if="supportDiscountPrice" class="support-price">¥ {{ supportDiscountPrice }}<span v-if="supportDiscountPrice" class="support-original-price">¥ {{ supportGroupPrice }}</span><span style="font-size: 12px;color: #606266;"></span><vxe-tooltip content="提供使用过程中相关问题的技术支持"><i class="fa fa-question-circle price-help-icon"></i></vxe-tooltip></div>
|
||||
<div v-else class="support-price">¥ {{ supportGroupPrice }}<span style="font-size: 12px;color: #606266;"></span><vxe-tooltip content="提供使用过程中相关问题的技术支持"><i class="fa fa-question-circle price-help-icon"></i></vxe-tooltip></div>
|
||||
<vxe-button class="support-btn" status="primary" @click="addQQGroup" :disabled="disabledSupport">申请成为高级用户</vxe-button>
|
||||
<ul class="support-describe">
|
||||
<li>优质的技术支持群</li>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h2>{{ $t('app.aside.nav.install') }}</h2>
|
||||
<p class="tip">
|
||||
推荐使用 npm 的方式安装,它能更好地和 <a class="link" href="https://webpack.js.org/">webpack</a> 打包工具配合使用。<br>
|
||||
依赖库: <a class="link" href="https://www.npmjs.com/package/xe-utils">xe-utils 3.x</a> <a class="link" href="https://cn.vuejs.org/v2/guide/components-slots.html#%E5%8A%A8%E6%80%81%E6%8F%92%E6%A7%BD%E5%90%8D" style="font-size: 20px;font-weight: 700;">vue 2.6.x</a><br>
|
||||
依赖库: <a class="link" href="https://www.npmjs.com/package/xe-utils">xe-utils</a> <a class="link" href="https://cn.vuejs.org/v2/guide/components-slots.html#%E5%8A%A8%E6%80%81%E6%8F%92%E6%A7%BD%E5%90%8D" style="font-size: 20px;font-weight: 700;">vue 2.6.x</a><br>
|
||||
</p>
|
||||
<pre>
|
||||
<code class="shell">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h2>{{ $t('app.aside.nav.use') }}</h2>
|
||||
<p class="tip">
|
||||
使用 npm 的方式安装,它能更好地和 <a class="link" href="https://webpack.js.org/">webpack</a> 打包工具配合使用。<br>
|
||||
依赖库: <a class="link" href="https://www.npmjs.com/package/xe-utils">xe-utils 3.x</a> <a class="link" href="https://cn.vuejs.org/v2/guide/components-slots.html#%E5%8A%A8%E6%80%81%E6%8F%92%E6%A7%BD%E5%90%8D" style="font-size: 20px;font-weight: 700;">vue 2.6.x</a><br>
|
||||
依赖库: <a class="link" href="https://www.npmjs.com/package/xe-utils">xe-utils</a> <a class="link" href="https://cn.vuejs.org/v2/guide/components-slots.html#%E5%8A%A8%E6%80%81%E6%8F%92%E6%A7%BD%E5%90%8D" style="font-size: 20px;font-weight: 700;">vue 2.6.x</a><br>
|
||||
</p>
|
||||
<pre>
|
||||
<code class="shell">
|
||||
|
||||
Reference in New Issue
Block a user