refactor: Tweak path alias of client
This commit is contained in:
parent
8432c2c9ea
commit
d6e23b803b
338 changed files with 1234 additions and 1229 deletions
|
@ -60,11 +60,11 @@ import { defineAsyncComponent, defineComponent } from 'vue';
|
|||
import { faPencilAlt, faPlug } from '@fortawesome/free-solid-svg-icons';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import XContainer from './page-editor.container.vue';
|
||||
import MkTextarea from '@/components/ui/textarea.vue';
|
||||
import { blockDefs } from '@/scripts/hpml/index';
|
||||
import * as os from '@/os';
|
||||
import { isLiteralValue } from '@/scripts/hpml/expr';
|
||||
import { funcDefs } from '@/scripts/hpml/lib';
|
||||
import MkTextarea from '@client/components/ui/textarea.vue';
|
||||
import { blockDefs } from '@client/scripts/hpml/index';
|
||||
import * as os from '@client/os';
|
||||
import { isLiteralValue } from '@client/scripts/hpml/expr';
|
||||
import { funcDefs } from '@client/scripts/hpml/lib';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue