vue-material/src/docs/pages/ui-elements/GridSystem.vue

14 lines
205 B
Vue
Raw Normal View History

2016-07-22 04:45:15 +00:00
<template>
2016-09-09 19:59:55 +00:00
<div class="page-content">
2016-09-26 03:27:16 +00:00
<h1>Grid System</h1>
2016-09-09 19:59:55 +00:00
</div>
2016-07-22 04:45:15 +00:00
</template>
2016-09-19 03:46:56 +00:00
<script>
export default {
mounted() {
2016-09-26 03:27:16 +00:00
this.$root.pageTitle = 'Themes - Grid System';
2016-09-19 03:46:56 +00:00
}
};
</script>