Use more specific naming

This commit is contained in:
George Drummond
2019-04-30 10:29:20 -04:00
parent cc482fa0e0
commit 5835068c75
6 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
export default {
name: 'fullpagenotice',
name: 'dodlogin',
data: function() {
return {

View File

@@ -6,7 +6,7 @@ import classes from '../styles/atat.scss'
import Vue from 'vue/dist/vue'
import VTooltip from 'v-tooltip'
import fullpagenotice from './components/fullpagenotice'
import dodlogin from './components/dodlogin'
import levelofwarrant from './components/levelofwarrant'
import optionsinput from './components/options_input'
import multicheckboxinput from './components/multi_checkbox_input'
@@ -47,7 +47,7 @@ Vue.mixin(Modal)
const app = new Vue({
el: '#app-root',
components: {
fullpagenotice,
dodlogin,
toggler,
levelofwarrant,
optionsinput,