微信云开发插件

This commit is contained in:
2025-08-17 22:15:07 +08:00
parent 939e6d553d
commit db79fbf9e0
1760 changed files with 914220 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1,8 @@
#text {
color: var(--color-normal-contrast-weakest);
margin: auto;
width: 180px;
}
.counter {
text-align: center;
}

View File

@@ -0,0 +1,6 @@
<div>
<div id="app">
<my-counter></my-counter>
</div>
<h1 id="text"></h1>
</div>

View File

@@ -0,0 +1,6 @@
<div class="counter">
<h2> {{counter}}</h2>
<ui-button class="blue"
@click="addition">+</ui-button>
<ui-button @click="subtraction">-</ui-button>
</div>