You need to add <script>
tags around the javascript for your Page1 and Page2 components.
Otherwise, it seems like vue-loader
just ignores that script and doesn't give you a relevant warning (just that the data being referenced in your template is missing).