If you want to show the only when it is truthy (not empty/null/etc.), you can simply do: v-if="archiveNote" This gives the same result as the double bang:
確定! 回上一頁