Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
latest-firmware [2019/10/27 12:15] arthur |
latest-firmware [2019/10/28 23:48] (current) arthur |
||
---|---|---|---|
Line 86: | Line 86: | ||
<div id="demo"> | <div id="demo"> | ||
- | <template v-for="branch in branches"> | + | |
- | <input type="radio" | + | |
- | :id="branch" | + | |
- | :value="branch" | + | |
- | name="branch" | + | |
- | v-model="currentBranch"> | + | |
- | <label :for="branch">{{ branch }}</label> | + | |
- | </template> | + | |
<p>smoothieware@{{ currentBranch }}</p> | <p>smoothieware@{{ currentBranch }}</p> | ||
<ul> | <ul> |