Nuxt/test/fixtures/basic/pages/ignored.test.vue

14 lines
156 B
Vue
Raw Normal View History

2018-01-15 09:50:42 +00:00
<template lang="html">
<div class="error">
Should be ignored
</div>
</template>
<script>
export default {
}
</script>
<style lang="css">
</style>