Vendor arrow.js
This commit is contained in:
parent
541e76dc11
commit
d68e43be98
2 changed files with 4 additions and 1 deletions
3
arrow.min.mjs
Normal file
3
arrow.min.mjs
Normal file
File diff suppressed because one or more lines are too long
|
@ -60,7 +60,7 @@ body {
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import { reactive, html } from 'https://esm.sh/@arrow-js/core';
|
import { reactive, html } from './arrow.min.mjs';
|
||||||
|
|
||||||
const data = reactive({
|
const data = reactive({
|
||||||
price: 194.9,
|
price: 194.9,
|
||||||
|
|
Loading…
Reference in a new issue