Skip to content

Commit

Permalink
修复 WangEditor 问题 #29
Browse files Browse the repository at this point in the history
修复 页面带参数缓存问题 #28
修复 CheckboxGroup 问题
  • Loading branch information
SmallRuralDog committed Jun 13, 2020
1 parent cac1565 commit ba55f3a
Show file tree
Hide file tree
Showing 36 changed files with 2,358 additions and 2,995 deletions.
15 changes: 4 additions & 11 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"plugins": [

[
"import",
{
"libraryName": "view-design",
"libraryDirectory": "src/components"
}
]
]
}
"plugins": [
"@babel/plugin-syntax-dynamic-import"
]
}
3,228 changes: 2,039 additions & 1,189 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "concurrently -r \"npm:watch*\""
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
Expand All @@ -17,7 +16,7 @@
"babel-plugin-import": "^1.13.0",
"cross-env": "^5.1",
"element-ui": "^2.13.2",
"laravel-mix": "^4.1.4",
"laravel-mix": "^5.0.4",
"lodash": "^4.17.15",
"popper.js": "^1.16.1",
"resolve-url-loader": "^2.3.1",
Expand All @@ -28,16 +27,11 @@
"vue-clipboard2": "^0.3.1",
"vue-dplayer": "0.0.10",
"vue-happy-scroll": "^2.1.1",
"vue-router": "^3.3.2",
"vue-router": "^3.3.3",
"vue-template-compiler": "^2.6.10",
"vue-waterfall2": "^1.9.6",
"wangeditor": "^3.1.1"
},
"dependencies": {
"wangeditor": "^3.1.1",
"@antv/g2plot": "^1.1.6",
"awe-dnd": "^0.3.4",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"nprogress": "^0.2.0",
"url-loader": "^3.0.0",
"vue-nprogress": "^0.1.5",
Expand Down
3 changes: 2 additions & 1 deletion public/0.js

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions public/0.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*!
* wordcloud2.js
* http://timdream.org/wordcloud2.js/
*
* Copyright 2011 - 2013 Tim Chien
* Released under the MIT license
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
Loading

0 comments on commit ba55f3a

Please sign in to comment.