rename HelloWorld to CatalogEditor

This commit is contained in:
Seth Ladygo
2019-04-02 15:03:45 -07:00
parent c7b3bd48a9
commit 9bf32f3d32
3 changed files with 17 additions and 17 deletions

View File

@ -18,11 +18,11 @@
</template>
<script>
export default {
data: () => ({
foo: true
})
}
export default {
data: () => ({
foo: true
})
}
</script>
<style>