打包0.13.1-fix.2
This commit is contained in:
parent
75322ddc20
commit
ed2fed78f7
File diff suppressed because one or more lines are too long
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@
|
|||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
}</script><link href="dist/css/chunk-vendors.css?137a23e103fd70ffd3cb" rel="stylesheet"><link href="dist/css/app.css?137a23e103fd70ffd3cb" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => {
|
}</script><link href="dist/css/chunk-vendors.css?f7d7b2f3bd02fa51c385" rel="stylesheet"><link href="dist/css/app.css?f7d7b2f3bd02fa51c385" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
resolve({
|
resolve({
|
||||||
@ -74,4 +74,4 @@
|
|||||||
// 可以通过window.$bus.$on()来监听应用的一些事件
|
// 可以通过window.$bus.$on()来监听应用的一些事件
|
||||||
// 实例化页面
|
// 实例化页面
|
||||||
window.initApp()
|
window.initApp()
|
||||||
}</script><script src="dist/js/chunk-vendors.js?137a23e103fd70ffd3cb"></script><script src="dist/js/app.js?137a23e103fd70ffd3cb"></script></body></html>
|
}</script><script src="dist/js/chunk-vendors.js?f7d7b2f3bd02fa51c385"></script><script src="dist/js/app.js?f7d7b2f3bd02fa51c385"></script></body></html>
|
||||||
@ -30,7 +30,7 @@ MindMap.markdown = markdown
|
|||||||
MindMap.iconList = icons.nodeIconList
|
MindMap.iconList = icons.nodeIconList
|
||||||
MindMap.constants = constants
|
MindMap.constants = constants
|
||||||
MindMap.defaultTheme = defaultTheme
|
MindMap.defaultTheme = defaultTheme
|
||||||
MindMap.version = '0.13.1-fix.1'
|
MindMap.version = '0.13.1-fix.2'
|
||||||
|
|
||||||
MindMap.usePlugin(MiniMap)
|
MindMap.usePlugin(MiniMap)
|
||||||
.usePlugin(Watermark)
|
.usePlugin(Watermark)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-mind-map",
|
"name": "simple-mind-map",
|
||||||
"version": "0.13.1-fix.1",
|
"version": "0.13.1-fix.2",
|
||||||
"description": "一个简单的web在线思维导图",
|
"description": "一个简单的web在线思维导图",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -87,14 +87,14 @@ import Themes from 'simple-mind-map-plugin-themes'
|
|||||||
// 协同编辑插件
|
// 协同编辑插件
|
||||||
// import Cooperate from 'simple-mind-map/src/plugins/Cooperate.js'
|
// import Cooperate from 'simple-mind-map/src/plugins/Cooperate.js'
|
||||||
// 以下插件为付费插件,详情请查看开发文档。依次为:手绘风格插件、标记插件、编号插件、Freemind软件格式导入导出插件、Excel软件格式导入导出插件、待办插件、节点连线流动效果插件、动量效果插件
|
// 以下插件为付费插件,详情请查看开发文档。依次为:手绘风格插件、标记插件、编号插件、Freemind软件格式导入导出插件、Excel软件格式导入导出插件、待办插件、节点连线流动效果插件、动量效果插件
|
||||||
// import HandDrawnLikeStyle from 'simple-mind-map-plugin-handdrawnlikestyle'
|
import HandDrawnLikeStyle from 'simple-mind-map-plugin-handdrawnlikestyle'
|
||||||
// import Notation from 'simple-mind-map-plugin-notation'
|
import Notation from 'simple-mind-map-plugin-notation'
|
||||||
// import Numbers from 'simple-mind-map-plugin-numbers'
|
import Numbers from 'simple-mind-map-plugin-numbers'
|
||||||
// import Freemind from 'simple-mind-map-plugin-freemind'
|
import Freemind from 'simple-mind-map-plugin-freemind'
|
||||||
// import Excel from 'simple-mind-map-plugin-excel'
|
import Excel from 'simple-mind-map-plugin-excel'
|
||||||
// import Checkbox from 'simple-mind-map-plugin-checkbox'
|
import Checkbox from 'simple-mind-map-plugin-checkbox'
|
||||||
// import LineFlow from 'simple-mind-map-plugin-lineflow'
|
import LineFlow from 'simple-mind-map-plugin-lineflow'
|
||||||
// import Momentum from 'simple-mind-map-plugin-momentum'
|
import Momentum from 'simple-mind-map-plugin-momentum'
|
||||||
// npm link simple-mind-map-plugin-excel simple-mind-map-plugin-freemind simple-mind-map-plugin-numbers simple-mind-map-plugin-notation simple-mind-map-plugin-handdrawnlikestyle simple-mind-map-plugin-checkbox simple-mind-map simple-mind-map-plugin-themes simple-mind-map-plugin-lineflow simple-mind-map-plugin-momentum
|
// npm link simple-mind-map-plugin-excel simple-mind-map-plugin-freemind simple-mind-map-plugin-numbers simple-mind-map-plugin-notation simple-mind-map-plugin-handdrawnlikestyle simple-mind-map-plugin-checkbox simple-mind-map simple-mind-map-plugin-themes simple-mind-map-plugin-lineflow simple-mind-map-plugin-momentum
|
||||||
import OutlineSidebar from './OutlineSidebar'
|
import OutlineSidebar from './OutlineSidebar'
|
||||||
import Style from './Style'
|
import Style from './Style'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user