File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postnumber: 26
99framework : vue
1010---
1111
12- In this chapter we will build out our components that we will be using through out the application. First lets go ahead and create a Secondary button.
12+ In this chapter we will build out our Secondary button.
1313
14- In the components folder create a folder called buttons. Then create a RedOutlineButton.vue component and add the following:
14+ In the ` buttons ` directroy create a ` RedOutlineButton.vue ` component and add the following:
1515
1616``` javascript
1717< template>
@@ -67,7 +67,7 @@ export default {
6767
6868🧁In the template part we have a button with a handle click event.
6969
70- 🧁 with a v-if statement that is triggered if the isLoading prop is set to true. It will show the loading the loading spinner.
70+ 🧁 Then if the ` v-if ` statement is triggered the isLoading prop is set to true. It will show the loading spinner.
7171
7272🧁 We have a method that emits a click event.
7373
You can’t perform that action at this time.
0 commit comments