2.0.6.RELEASE

pull/59/head
smallchill 6 years ago
parent bb1e50b758
commit 3f1d0bb26d
  1. 14
      package-lock.json
  2. 2
      package.json
  3. 6
      public/cdn/avue/2.0.0/avue.min.js
  4. 2
      src/views/desk/notice.vue
  5. 8
      yarn.lock

14
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "saber-admin",
"version": "2.0.5",
"version": "2.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1734,9 +1734,9 @@
}
},
"avue-plugin-ueditor": {
"version": "0.0.4",
"resolved": "https://registry.npm.taobao.org/avue-plugin-ueditor/download/avue-plugin-ueditor-0.0.4.tgz",
"integrity": "sha1-5Vd1oTgzcOU3736DjRqMytE2dNs=",
"version": "0.0.5",
"resolved": "https://registry.npm.taobao.org/avue-plugin-ueditor/download/avue-plugin-ueditor-0.0.5.tgz?cache=0&sync_timestamp=1564922511413&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Favue-plugin-ueditor%2Fdownload%2Favue-plugin-ueditor-0.0.5.tgz",
"integrity": "sha1-Dlp/tvl73pc1YfBLLhPaQwTXB+g=",
"requires": {
"axios": "^0.18.0",
"vue": "^2.5.17",
@ -3892,9 +3892,9 @@
"dev": true
},
"element-ui": {
"version": "2.8.2",
"resolved": "https://registry.npm.taobao.org/element-ui/download/element-ui-2.8.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felement-ui%2Fdownload%2Felement-ui-2.8.2.tgz",
"integrity": "sha1-Iaeky5Jhaw+LddTU5jfToc2MCd4=",
"version": "2.11.1",
"resolved": "https://registry.npm.taobao.org/element-ui/download/element-ui-2.11.1.tgz",
"integrity": "sha1-K2f57uPtouaISHPBxYnL4w2anWA=",
"requires": {
"async-validator": "~1.8.1",
"babel-helper-vue-jsx-merge-props": "^2.0.0",

@ -11,7 +11,7 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"avue-plugin-ueditor": "^0.0.4",
"avue-plugin-ueditor": "^0.0.5",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",

File diff suppressed because one or more lines are too long

@ -31,7 +31,7 @@
<el-tag>{{row.categoryName}}</el-tag>
</template>
<template slot-scope="scope" slot="contentForm">
<avue-ueditor v-model="form.content" :upload="upload"></avue-ueditor>
<avue-ueditor min-rows="6" v-model="form.content" :upload="upload"></avue-ueditor>
</template>
</avue-crud>
</basic-container>

@ -1388,10 +1388,10 @@ autoprefixer@^9.4.7:
postcss "^7.0.14"
postcss-value-parser "^3.3.1"
avue-plugin-ueditor@^0.0.4:
version "0.0.4"
resolved "https://registry.npm.taobao.org/avue-plugin-ueditor/download/avue-plugin-ueditor-0.0.4.tgz#e55775a1383370e537ef7e838d1a8ccad13674db"
integrity sha1-5Vd1oTgzcOU3736DjRqMytE2dNs=
avue-plugin-ueditor@^0.0.5:
version "0.0.5"
resolved "https://registry.npm.taobao.org/avue-plugin-ueditor/download/avue-plugin-ueditor-0.0.5.tgz?cache=0&sync_timestamp=1564922511413&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Favue-plugin-ueditor%2Fdownload%2Favue-plugin-ueditor-0.0.5.tgz#0e5a7fb6f97bde973561f04b2e13da4304d707e8"
integrity sha1-Dlp/tvl73pc1YfBLLhPaQwTXB+g=
dependencies:
axios "^0.18.0"
vue "^2.5.17"

Loading…
Cancel
Save