Refactored panelLeft to appContent
This commit is contained in:
parent
e42835ff8c
commit
50b70a3ea3
3 changed files with 3 additions and 173 deletions
|
|
@ -4,13 +4,13 @@
|
|||
class="uk-height-1-1 uk-margin-remove uk-padding-remove"
|
||||
:class="handleTheme"
|
||||
>
|
||||
<panelLeft />
|
||||
<appContent />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// Import components
|
||||
import panelLeft from "./components/panelLeft.vue";
|
||||
import appContent from "./components/appContent.vue";
|
||||
|
||||
// Key Codes
|
||||
const keyCodes = {
|
||||
|
|
@ -30,7 +30,7 @@ export default {
|
|||
name: "App",
|
||||
|
||||
components: {
|
||||
panelLeft
|
||||
appContent
|
||||
},
|
||||
|
||||
data: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue