Structure
|
Where to write vue.js script |
<template> ... </template> |
Where to write the "HTML" code |
<style scoped> ... </style> |
Where to write the CSS code Applied to elements of the current component only |
Comments
Related
|
Where to write vue.js script |
<template> ... </template> |
Where to write the "HTML" code |
<style scoped> ... </style> |
Where to write the CSS code Applied to elements of the current component only |