Skip to content

Commit

Permalink
Merge branch 'refactor/develop' of github.com:opentiny/tiny-engine in…
Browse files Browse the repository at this point in the history
…to editCode
  • Loading branch information
ianxinnew committed Aug 24, 2024
2 parents c313ee0 + 52d2432 commit 466bc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/component/MetaCodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<script>
import { computed, nextTick, reactive, ref, watchEffect } from 'vue'
import { Button, DialogBox, Split } from '@opentiny/vue'
import { formatString } from '@opentiny/tiny-engine-common/js/ast'
import i18n from '@opentiny/tiny-engine-common/js/i18n'
import VueMonaco from './VueMonaco.vue'
import { formatString } from '../js/ast'
import i18n from '../js/i18n'
export default {
components: {
Expand Down

0 comments on commit 466bc43

Please sign in to comment.