Commit 89e46257 by lanyulei Committed by GitHub

Merge pull request #21 from lanyulei/dev

Dev
parents ecbb9cfc aedf0d63
......@@ -362,9 +362,7 @@ export default {
})
}
if (this.disabled === undefined || this.disabled === null) {
this.widget.options.disabled = false
} else {
if (this.disabled !== undefined && this.disabled !== null) {
this.widget.options.disabled = this.disabled
}
......
......@@ -27,7 +27,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: '/',
outputDir: 'dist',
outputDir: 'ferry_web',
assetsDir: 'static',
lintOnSave: false, // process.env.NODE_ENV === 'development',
productionSourceMap: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment