Home
My Highlights
Discover
Sign up
Vue.js
vuejs.org
encapsulate the template, logic, and styling of a Vue component in a single file. A compiled SFC is a standard JavaScript (ES) module - which means with proper build setup you can import an SFC like a module: compiled SFC is a standard JavaScript (ES) module - which means with proper build setup you
1 Users
0 Comments
7 Highlights
0 Notes
Top Highlights
encapsulate the template, logic, and styling of a Vue component in a single file.
A compiled SFC is a standard JavaScript (ES) module - which means with proper build setup you can import an SFC like a module:
compiled SFC is a standard JavaScript (ES) module - which means with proper build setup you can import an SFC like a module:
injected as native <style> tags during development to support hot updates. For production they can be extracted and merged into a single CSS file.
Domain
vuejs.org
Ready to highlight and find good content?
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.
Start Highlighting