UNPKG

mini-program-event-store

Version:

A small responsive system suitable for handling data responsive issues in mini program development

15 lines (13 loc) 379 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Document</title> </head> <body> <div id="app"></div> <script src="./event-bus-test.js" type="module"></script> <script src="./event-store-test.js" type="module"></script> </body> </html>