remove console log
This commit is contained in:
parent
e71db9135a
commit
58f3e9f268
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Editor</title>
|
||||
<link rel="shortcut icon" href="http://www.baidu.com/favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="dep/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<div id="editor-panel" class="editor-panel" oncontextMenu="return false"></div>
|
||||
|
@ -29,7 +29,7 @@
|
||||
"babel-plugin-module-resolver": "^3.2.0",
|
||||
"css-loader": "^3.2.0",
|
||||
"file-loader": "^4.2.0",
|
||||
"fonteditor-core": "^2.0.3",
|
||||
"fonteditor-core": "^2.0.5",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"less": "^2.0.0",
|
||||
"less-loader": "^5.0.0",
|
||||
|
@ -14,9 +14,7 @@ export default setting.derive({
|
||||
title: i18n.lang.dialog_editor_setting,
|
||||
|
||||
getTpl() {
|
||||
let tpl = require('../template/dialog/setting-editor.tpl');
|
||||
console.log(tpl);
|
||||
return tpl;
|
||||
return require('../template/dialog/setting-editor.tpl');
|
||||
},
|
||||
|
||||
set(setting) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user