parent
a8336319b2
commit
fe183552d7
@ -0,0 +1,3 @@ |
||||
export const VueConfig = { |
||||
delimiters: ['[[', ']]'] |
||||
}; |
@ -0,0 +1,12 @@ |
||||
<template> |
||||
<div> |
||||
<p>This is an example of a new components in VueJs</p> |
||||
</div> |
||||
</template> |
||||
<script> |
||||
export default { |
||||
name: "example" |
||||
} |
||||
</script> |
||||
<style scoped> |
||||
</style> |
Loading…
Reference in new issue