|
@@ -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)
|
|
|
|
|
|