chore: fix grid composition example (#519) [ci skip]
Commit 27a72bd8f1
fixed the example but introduced a useless import.
This commit is contained in:
parent
c53fae987d
commit
65bfe0130c
@ -26,7 +26,7 @@
|
|||||||
</script>
|
</script>
|
||||||
<!-- DemoGrid component script -->
|
<!-- DemoGrid component script -->
|
||||||
<script>
|
<script>
|
||||||
const { reactive, computed, toRefs } = Vue
|
const { reactive, computed } = Vue
|
||||||
|
|
||||||
const capitalize = str => str.charAt(0).toUpperCase() + str.slice(1)
|
const capitalize = str => str.charAt(0).toUpperCase() + str.slice(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user