Skip to content

Commit

Permalink
fix(magic-admin): 画布显示出错
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen authored and jia000 committed Jul 14, 2022
1 parent 48294ea commit 7c42f75
Show file tree
Hide file tree
Showing 18 changed files with 114 additions and 113 deletions.
9 changes: 0 additions & 9 deletions magic-admin/server/runtime/assets/comp-entry.4b446d21.js

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions magic-admin/server/runtime/assets/comp-entry.d785a88e.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions magic-admin/server/runtime/assets/page.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion magic-admin/server/runtime/assets/page.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion magic-admin/server/runtime/assets/playground.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion magic-admin/server/runtime/assets/playground.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion magic-admin/server/runtime/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="https://unpkg.com/vue@next/dist/vue.runtime.global.js"></script>
<script type="module" crossorigin src="/runtime/assets/page.js"></script>
<link rel="modulepreload" href="/runtime/assets/plugin-vue_export-helper.8f6f5b47.js">
<link rel="modulepreload" href="/runtime/assets/comp-entry.4b446d21.js">
<link rel="modulepreload" href="/runtime/assets/comp-entry.d785a88e.js">
<link rel="stylesheet" href="/runtime/assets/style.6555bdb0.css">
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion magic-admin/server/runtime/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<div id="app"></div>

<script src="https://cdn.bootcdn.net/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
<script src="https://unpkg.com/vue@next/dist/vue.global.js"></script>


Expand Down
161 changes: 79 additions & 82 deletions magic-admin/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions magic-admin/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tmagic/editor": "^1.0.5",
"@tmagic/form": "^1.0.5",
"@tmagic/schema": "^1.0.5",
"@tmagic/stage": "^1.0.5",
"@tmagic/utils": "^1.0.5",
"@tmagic/editor": "^1.1.0-beta.1",
"@tmagic/form": "^1.1.0-beta.1",
"@tmagic/schema": "^1.1.0-beta.1",
"@tmagic/stage": "^1.1.0-beta.1",
"@tmagic/utils": "^1.1.0-beta.1",
"axios": "^0.27.2",
"axios-jsonp": "^1.0.4",
"core-js": "^3.20.0",
Expand Down
2 changes: 1 addition & 1 deletion magic-admin/web/src/components/act-info-drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<script lang="ts">
import { computed, defineComponent, nextTick, ref, watch } from 'vue';
import { Setting } from '@element-plus/icons';
import { Setting } from '@element-plus/icons-vue';
import { ElMessage } from 'element-plus';

import { drawerFormConfig } from '@src/config/drawer-config';
Expand Down
2 changes: 1 addition & 1 deletion magic-admin/web/src/components/publish-page-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<script lang="ts">
import { computed, defineComponent, reactive, ref, toRefs, watch } from 'vue';
import { useRoute } from 'vue-router';
import { View } from '@element-plus/icons';
import { View } from '@element-plus/icons-vue';
import { ElMessage } from 'element-plus';

import { editorService } from '@tmagic/editor';
Expand Down
2 changes: 1 addition & 1 deletion magic-admin/web/src/use/use-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// 编辑器顶部菜单栏

import { ArrowLeft, Document, Finished } from '@element-plus/icons';
import { ArrowLeft, Document, Finished } from '@element-plus/icons-vue';

import { MenuBarData } from '@tmagic/editor';

Expand Down
Loading

0 comments on commit 7c42f75

Please sign in to comment.