Vendor arrow.js

This commit is contained in:
Wesley Moore 2024-09-03 22:20:28 +10:00
parent 541e76dc11
commit d68e43be98
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

3
arrow.min.mjs Normal file

File diff suppressed because one or more lines are too long

View file

@ -60,7 +60,7 @@ body {
<div id="app"></div>
<script type="module">
import { reactive, html } from 'https://esm.sh/@arrow-js/core';
import { reactive, html } from './arrow.min.mjs';
const data = reactive({
price: 194.9,