add everything
This commit is contained in:
9
js/components/Btn.js
Normal file
9
js/components/Btn.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
template: `
|
||||
<button class="btn">
|
||||
<span class="type-label-lg">
|
||||
<slot></slot>
|
||||
</span>
|
||||
</button>
|
||||
`,
|
||||
};
|
||||
Reference in New Issue
Block a user