enhance(client): flash作成時のプリセットを追加
This commit is contained in:
parent
c9f5e60f43
commit
d600296360
6 changed files with 58 additions and 5 deletions
|
|
@ -53,7 +53,7 @@ let aiscript: Interpreter;
|
|||
const code = ref('');
|
||||
const logs = ref<any[]>([]);
|
||||
const root = ref<AsUiRoot>();
|
||||
let components: Ref<AsUiComponent>[] = [];
|
||||
let components: Ref<AsUiComponent>[] = $ref([]);
|
||||
let uiKey = $ref(0);
|
||||
|
||||
const saved = miLocalStorage.getItem('scratchpad');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue