Using packed keys instead of actor-tags table.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<div class="header">
|
||||
<h2 class="title">{{ tag.name }}</h2>
|
||||
<h2
|
||||
:title="`${tag.name} (#${tag.id})`"
|
||||
class="title"
|
||||
>{{ tag.name }}</h2>
|
||||
|
||||
<Heart
|
||||
domain="tags"
|
||||
|
||||
Reference in New Issue
Block a user