enhance(client): flash作成時のプリセットを追加
This commit is contained in:
parent
c9f5e60f43
commit
d600296360
6 changed files with 58 additions and 5 deletions
|
@ -130,7 +130,7 @@ const parser = new Parser();
|
|||
let started = $ref(false);
|
||||
let aiscript = $shallowRef<Interpreter | null>(null);
|
||||
const root = ref<AsUiRoot>();
|
||||
const components: Ref<AsUiComponent>[] = [];
|
||||
const components: Ref<AsUiComponent>[] = $ref([]);
|
||||
|
||||
function start() {
|
||||
started = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue