fix: demo about link

This commit is contained in:
Ayo 2023-10-14 23:53:42 +02:00
parent f906c31216
commit fcf677a416

View file

@ -19,7 +19,7 @@
</script> </script>
</head> </head>
<body> <body>
<a href="/about">{{ count }}</a> <a href="/demo/about">{{ count }}</a>
<div> <div>
<hello-world name="{{name }}"></hello-world> <hello-world name="{{name }}"></hello-world>
</div> </div>