You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to think of components as functions accepting named arguments (e.g. title="{{ article.title }}"). Should the <template data-tagname="my-template"> tag also require/allow you to define the context it expects to receive?
I like to think of components as functions accepting named arguments (e.g.
title="{{ article.title }}"). Should the<template data-tagname="my-template">tag also require/allow you to define the context it expects to receive?