Fix build errors
This commit is contained in:
parent
72c08964f9
commit
000da4df04
@ -548,6 +548,7 @@ onMounted(() => {
|
||||
</q-dialog>
|
||||
|
||||
<q-dialog v-model="newChartModalOpen">
|
||||
<!-- // @ts-ignore -->
|
||||
<RangeChartEditor :page="math" v-on:save="c => saveNewChartBox(c)" />
|
||||
</q-dialog>
|
||||
|
||||
|
@ -9,7 +9,7 @@ import {EvaluationResult, hasOwnProperty, Maybe, StatementID, VariableName} from
|
||||
*/
|
||||
export class MathPage {
|
||||
/** The statements on the page. */
|
||||
protected statements: Record<StatementID, MathStatement> = {}
|
||||
statements: Record<StatementID, MathStatement> = {}
|
||||
|
||||
static deserialize(vals: [string, [StatementID, string, number, number][]]) {
|
||||
const inst = new this(vals[0])
|
||||
|
Loading…
Reference in New Issue
Block a user