fix: nested-components example (#4535)

[skip ci]
This commit is contained in:
Ricardo Gobbo de Souza 2018-12-13 16:39:16 -02:00 committed by Pooya Parsa
parent d0c8fcbaa5
commit 6315bd71f3

View File

@ -9,11 +9,13 @@
<script> <script>
export default { export default {
props: {
title: { title: {
type: String, type: String,
default: '' default: ''
} }
} }
}
</script> </script>
<style scoped> <style scoped>