pug <style lang="stylus" scoped> .hello color red </style> p.hello {{ msg }} <script> export default { data() { return { msg: 'hello' } }, } </script>