- We've got some components
A
,B
andC
which provide different slots.const A = { template: `<div><slot name="a">Default A Content</slot></div>` }
const B = {
#To start lightweight python http server | |
python -m SimpleHTTPServer 8000 | |
#To listen on tcp port for incoming messages | |
sudo tcpflow -i any -C -J port 1234 | |
find . -mtime -4 # find files modified less than 4 days ago | |
find . -mtime 1 # find files modified between 24 and 48 hours ago | |
find . -mtime +4 # find files modified more than 4 days ago |