微信云开发插件
This commit is contained in:
BIN
extensions/WeChat MiniGame Cloud Template/static/images/menu.png
Normal file
BIN
extensions/WeChat MiniGame Cloud Template/static/images/menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -0,0 +1,8 @@
|
||||
#text {
|
||||
color: var(--color-normal-contrast-weakest);
|
||||
margin: auto;
|
||||
width: 180px;
|
||||
}
|
||||
.counter {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<div>
|
||||
<div id="app">
|
||||
<my-counter></my-counter>
|
||||
</div>
|
||||
<h1 id="text"></h1>
|
||||
</div>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user