Skip to content

Commit

Permalink
#32: Create Advanced Elements View and Update router
Browse files Browse the repository at this point in the history
  • Loading branch information
devjin0617 committed May 11, 2017
1 parent 131b0f0 commit 47a61f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/pages/forms/AdvancedElements.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<template>
<div>
AdvancedElements View
</div>
</template>

<script>
export default {
name: 'advanced-elements',
created () {
}
}
</script>

<style>
</style>

0 comments on commit 47a61f6

Please sign in to comment.